GridGain Developers Hub

Apache Ignite Extensions

You can use extensions designed for Apache Ignite with GridGain without extra work. The following streaming extension modules can be used with GridGain:

Extension Version

Camel Streamer

1.0.0

Flink Streamer

1.0.0

Flume Sink

1.0.0

JMS Streamer

1.0.0

Kafka Streamer

1.0.0

MQTT Streamer

1.0.0

Pub Sub

1.0.0

RocketMQ Streamer

1.0.0

Spark 3.2 and 2.4

3.0.0

Spring Boot

1.0.0

Spring Data

2.0.0

Spring Data 2.0

1.0.0

Spring Data 2.2

1.0.0

Storm Streamer

1.0.0

Twitter Streamer

1.0.0

ZeroMQ Streamer

1.0.0

The main purpose of streaming extension modules is the ability to push data to or pull data from the corresponding data sources.

These modules are not part of the GridGain release but available as open-source code in Apache Ignite Extensions repository.

Binaries are available in Maven Repository. For example, the following snippet should be added to pom.xml file in order to add the Kafka Streamer to a project:

<dependency>
    <groupId>org.apache.ignite</groupId>
    <artifactId>ignite-kafka</artifactId>
    <version>2.9.0</version>
</dependency>

Binaries must be available to a GridGain node at runtime. It could be achieved by copying the corresponding jar-files to the libs folder of the GridGain distribution directory.