Skip to content

Latest commit

 

History

History

quickstart

Tanzu GemFire Quick Start examples

The examples in this folder are practical guides to getting started with GemFire.

For details on all GemFire features, see Tanzu GemFire Documentation.

Tanzu GemFire Version

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.

Prerequisites

In order to execute the examples in this project, follow these steps:

  1. Ensure JDK 11 or JDK 17 is installed.
  2. Ensure Maven 3.8.3 or later is installed according to mvn installation instructions.
  3. Each quickstart below will guide you through remaining setup steps such as downloading GemFire, setting GEMFIRE_HOME, and configuring a "commercial repo" account.

Quick Starts