Simple stream processing in java
Vanilla java. No vendor lockin. Deploy anywhere.
Use streaming DataFlows or your own classes to develop stream processing pipelines in fewer lines of code.
- Streaming event processing
- AOT compiled for fast cloud start
- Spring integration
- Optimised to reduce processing costs
- Low latency nanosecond response with zero gc
- 30 million events per second per core
Embedded stream processing engine
Checkout Why fluxtion for an ecosystem comparison
Read our performance numbers, nano second response times in java
Embed a Fluxtion stream processing engine in your application, freeing your business logic from messaging vendor lock-in.
Fluxtion technology
Event-driven Programming: Fluxtion is based on the concept of event-driven programming, where components react to incoming events in real-time. Events can represent changes in data, user actions, or any other relevant triggers.
Dependency Graphs: Fluxtion models the processing logic of the application as a directed acyclic graph (DAG) of nodes, where each node represents a computation or transformation operation. Nodes can subscribe to input events, perform calculations, and publish output events.
Event Processing Pipelines: Fluxtion allows developers to define event processing pipelines, where events flow through a series of interconnected nodes. This allows for complex data transformations and aggregations to be performed efficiently.
Annotation-Based Configuration: Fluxtion provides an annotation-based configuration mechanism, allowing developers to define event processing logic using simple annotations. This simplifies the development process and reduces boilerplate code.
Code Generation: Fluxtion employs code generation techniques to optimize the performance of event processing pipelines. During compilation, Fluxtion generates highly optimized Java code tailored to the specific event processing logic defined by the developer.
Low Latency: Fluxtion is designed to achieve low latency and high throughput, making it suitable for applications where real-time responsiveness is critical, such as financial trading systems.
Support for Complex Event Processing (CEP): Fluxtion includes support for complex event processing, allowing developers to define complex event patterns and rules using a high-level DSL (Domain-Specific Language).
Instantaneous Startup: Our innovative Ahead-of-Time (AOT) compiled streaming engine minimizes startup times to near zero.
Integration with External Systems: Fluxtion can easily integrate with external systems and libraries, allowing developers to incorporate Fluxtion-based event processing logic into existing applications or frameworks.
Developer Productivity: Fluxtion has been designed to increases developer productivity when building and supporting event driven applications
Developer documentation
Developers
For a quick introduction to programming Fluxtion visit the hello world examples.
A developer workflow document describes the approach integrating Fluxtion into your work cycle
A series of tutorials are provided that a developer should follow to become familiar with the practical coding of Fluxtion, start with tutorial 1.
Architects
For a deeper understanding of the architecture, design and paradigms that underpin Fluxtion head over to the Fluxtion explored section.
Reference documentation
- Reference docs index
- Mark event handling methods
- Build an event processor
- Integrate an event processor
- Fluxtion DSL deep dive
Latest release
Open source on GitHub, artifacts published to maven central.