Start coding with Ignite Streaming APIs
Ignite Streaming APIsWith Apache Ignite you can load and stream large finite — or never-ending — volumes of data in a scalable and fault-tolerant way into the cluster.
The rate at which data can be injected into Ignite exceeds millions of events per second on a moderately sized cluster.
With Ignite core streaming APIs such as IgniteDataStreamer you get basic streaming capabilities out of the box. You can stream and transform your data originating from multiple custom sources.
Ignite data streamers
automatically buffer the data and group it into batches for better performance, and send it in parallel to multiple nodes.
Data loading
Real-time data streaming
Achieving advanced streaming capabilities by integrating with streaming frameworks:
In many cases, streams of data we receive comprise events that we have to react to.
With Apache Ignite, you can:
Start coding with Ignite Streaming APIs
Ignite Streaming APIsExplore our out-of-the-box integrations with Kafka, Flink, MQTT and other advanced streaming technologies
Extensions And Integrations Guide