Connector for Apache Ignite¶
"Apache Ignite(TM) is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale."
This connector allow you to use:
- Apache Ignite distributed synchronization data structures (Lock, Semaphores, CountdowntLatches).
- Apache Ignite distributed atomic data structures (Atomic Long, Atomic Reference, Atomic Sequence and Atomic Stamp).
- Other Apache Ignite distributed data structures (set, topics, queue and cache).
- Apache Ignite distributed in-memory file system.
- Apache Ignite SQL And Lucene based cache queries.
- Transactional and cache scopes.
- Distributed scheduler.
Author¶
Hawkore S.L.
Apache Ignite supported versions¶
Apache Ignite 2.4.0 to 2.8.1.
Typical use cases¶
- Synchronize operations cluster wide by using Apache Ignite distributed synchronization data structures.
- Scale your processes with the help of Apache Ignite distributed data structures.
- Query data at a Apache Ignite distributed cache using SQL or Lucene queries and retrieve it as structured data (pojos or maps).
- Cache operation chains results to enhance performance cluster-wide.
- Schedule processes to be executed on your cluster.
- Massive data ingestion.
Documentation¶
Support Resources¶
- Learn about Apache Ignite.
- Sample project at github.