ignite icon indicating copy to clipboard operation
ignite copied to clipboard

How to use Data Grid in Apache Ignite 3

Open Paul1435 opened this issue 8 months ago • 1 comments

Apache Ignite 2 has options for creating cluster settings: you can download the distribution from, add the necessary Jar files with your own classes and XML configuration, or use Ignite as a dependency in a Java project. In both cases the usage of sources (for example, Cassandra) is described quite transparently. In the 3rd version, JSON or HOCON is used to specify the server. Could you tell me where in the documentation it is described about read-through and write-through configuration?

Paul1435 avatar Apr 22 '25 18:04 Paul1435

use Ignite as a dependency in a Java project

Ignite 3 can be used in embedded mode too, see https://ignite.apache.org/docs/ignite3/latest/quick-start/embedded-mode

ptupitsyn avatar Apr 28 '25 04:04 ptupitsyn