November 2018
Beginner to intermediate
260 pages
6h 12m
English
You have successfully installed Apache Ignite, now it's time for fun. Let's connect to the Apache Ignite node and create a cache. The following are the steps to create a new Ignite cache:
implementation 'com.h2database:h2:1.4.196' compile group: 'org.apache.ignite', name: 'ignite-core', version: '2.5.0' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.6.0' compile group: 'org.apache.ignite', name: 'ignite-spring', version: '2.5.0' compile group: 'org.apache.ignite', name: 'ignite-indexing', version: '2.5.0' compile group: 'log4j', name: 'log4j', version: '1.2.17'
Read now
Unlock full access