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 |
---|---|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
1.0.0 |
|
Spark 3.2 and 2.4 |
3.0.0 |
1.0.0 |
|
2.0.0 |
|
Spring Data 2.0 |
1.0.0 |
Spring Data 2.2 |
1.0.0 |
1.0.0 |
|
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.
© 2024 GridGain Systems, Inc. All Rights Reserved. Privacy Policy | Legal Notices. GridGain® is a registered trademark of GridGain Systems, Inc.
Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation.