Skip to content

FintechLabs/hazelcast-mapstore-demo-grails

Repository files navigation

Hazelcast MapStore Demo Grails

Working

  • Load all the keys from the configured Database in above mentioned HazelCast MapStore application into running HazelCast nodes.
  • On creating any person record from this Grails app that record would be stored into the Hazelcast node first and then into the database using the store() method of Hazelcast's MapStore.
  • Same goes to update, delete and list operations.