ignite
ignite copied to clipboard
How to use Data Grid in Apache Ignite 3
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?
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