The examples in this folder are practical guides to getting started with GemFire.
For details on all GemFire features, see Tanzu GemFire Documentation.
Your client code must link against the same or older version (ignoring patch versions) of Tanzu GemFire as the Tanzu GemFire server it will connect to.
To link against a different version of GemFire, edit the <version>
tag for gemfire-all-bom
in pom.xml
in each quickstart.
In order to execute the examples in this project, follow these steps:
- Ensure JDK 11 or JDK 17 is installed.
- Ensure Maven 3.8.3 or later is installed according to mvn installation instructions.
- Each quickstart below will guide you through remaining setup steps such as downloading GemFire, setting GEMFIRE_HOME, and configuring a "commercial repo" account.