Skip to content

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

Notifications You must be signed in to change notification settings

bhatia-manish/ApacheIgniteImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages