Apache Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.
This sample project simply demonstrates how Apache Geode write-behind event handling can be easily implemented with the help of Spring Data JPA and Spring Boot Data Geode.
All platforms require a Java installation with JDK 1.8 or more recent version. The JAVA_HOME environment variable can be set as below:
| Platform | Command |
|---|---|
| Unix | export JAVA_HOME=/usr/java/jdk1.8.0_121 |
| OSX | export JAVA_HOME=/usr/libexec/java_home -v 1.8 |
| Windows | set JAVA_HOME="C:\Program Files\Java\jdk1.8.0_121" |
Clone the current repository in your local environment and, within the directory containing the
source code, run gradle build or mvn package:
$ ./mvnw package
$ ./gradlew build