Axual raises growth capital from investor Holland Capital
Holland Capital is investing with a private co-investor in software company Axual, which provides customers with a platform that makes real-time data streaming easier and faster. With this funding, Axual aims to realize its growth ambitions.
On this page
Utrecht/Amsterdam, 10 March 2022 – Holland Capital is investing with a private co-investor in software company Axual, which provides customers with a platform that makes real-time data streaming easier and faster. With this funding, Axual aims to realize its growth ambitions.
Real-time data streaming
Axual’s software platform enables enterprises to utilize data streaming based on Apache Kafka technology. In this form of data streaming, events are displayed in a stream of real-time data, which can then trigger other processes within the organization, as well as enable real-time analysis. Axual provides tools and services to manage data streams and their associated applications in an enterprise-grade manner.
Big data
There is a growing demand for such real-time data streaming software. The large amount of data available today is interesting for many companies to use in, for example, improving customer experience or enhancing internal processes. Axual is a valued partner for medium to large sized companies in the financial and energy sectors, as well as in the retail and public sectors. Companies such as Rabobank, de Volksbank and Eneco use Axual to work fully data-driven. This includes use cases such as sending real-time notifications, fraud detection, real-time trading in energy and linking smart sensors to predict energy consumption.
Gartner also recognizes that using and sharing real-time data is a must-have for business. Recently, Axual was selected by Gartner as a “representative vendor” in their 2022 market report for event stream processing technologies.
Investment for growth
Through the partnership with Holland Capital, Axual will further invest in product development and (inter)national expansion of the platform.
Quote Jeroen van Disseldorp, founder and CEO Axual, “Holland Capital’s investment makes it possible to finance our ambitious growth plans and expansion abroad.”
Quote Hubert Verbeek, managing partner Holland Capital, “Axual has built a strong position in recent years and has positioned itself well in the market. We look forward to entering the next phase of growth together.”
About Axual
Axual was founded in 2015 by Jeroen van Disseldorp, the company is based in Utrecht and has 35 employees. Axual’s platform is complementary to Apache Kafka. Kafka’s leading technology is used by more than 80% of Fortune 100 companies. The Axual platform includes functionalities for data governance, audit trails, security and data synchronization, among others. Customers include Rabobank, Volksbank and Eneco.
About Holland Capital
Holland Capital has made responsible and successful investments in over 150 Dutch SME companies over the past 40 years. With a clear investment strategy it is active in the attractive growth markets of Healthcare and Technology. The experienced and committed investment team knows what entrepreneurship is. It strives for an open, sustainable and professional relationship with management teams of the companies it invests in, with the common goal of achieving growth. Holland Capital is supported by a broad network of successful entrepreneurs in Healthcare and Technology.
Download the Whitepaper
Download nowAnswers to your questions about Axual’s All-in-one Kafka Platform
Are you curious about our All-in-one Kafka platform? Dive into our FAQs
for all the details you need, and find the answers to your burning questions.
Related blogs
Apache Kafka has become a central component of modern data architectures, enabling real-time data streaming and integration across distributed systems. Within Kafka’s ecosystem, Kafka Connect plays a crucial role as a powerful framework designed for seamlessly moving data between Kafka and external systems. Kafka Connect provides a standardized, scalable approach to data integration, removing the need for complex custom scripts or applications. For architects, product owners, and senior engineers, Kafka Connect is essential to understand because it simplifies data pipelines and supports low-latency, fault-tolerant data flow across platforms. But what exactly is Kafka Connect, and how can it benefit your architecture?
Apache Kafka is a powerful platform for handling real-time data streaming, often used in systems that follow the Publish-Subscribe (Pub-Sub) model. In Pub-Sub, producers send messages (data) that consumers receive, enabling asynchronous communication between services. Kafka’s Pub-Sub model is designed for high throughput, reliability, and scalability, making it a preferred choice for applications needing to process massive volumes of data efficiently. Central to this functionality are topics and partitions—essential elements that organize and distribute messages across Kafka. But what exactly are topics and partitions, and why are they so important?
Strimzi Kafka offers an efficient solution for deploying and managing Apache Kafka on Kubernetes, making it easier to handle Kafka clusters within a Kubernetes environment. In this article, we'll guide you through opening a shell on a Kafka broker pod in Kubernetes and listing all the topics in your Kafka cluster using an SSL-based connection.