/ApacheIgniteImplementation

A Demo project on how to use Apache ignite in write through and read through mode and maintain transaction boundary between different caches

Primary LanguageJava

ApacheIgniteImplementation

This is a simple project created using spring boot and uses apache ignite for as cache. This project demonstrates how to use Apache ignite in write through and read through mode and maintain transaction boundary between different caches.

In order to run the project follow these steps.

  1. Clone this repository locally
  2. Run cd ApacheIgniteImplementation
  3. Run mvn clean install
  4. Install MySQL server
  5. create a user with username 'root' and password 'password123'
  6. Import the .sql file
  7. Run the jar file created