Samples showing how to interact with Pivotal Cloud Cache and GemFire/Geode
Goal of this repository is to contain sample code/configurations to spin up all-things-gemfire.
This project contains multiple maven modules which are to be loosely coupled to each other and can be run independently.
bootstrap
Has script (startServers.sh) to spin up a GemFire cluster on localhost.
You need to spin up a cluster before running the client side samples from other modules.
pcc-samples
Has samples demonstrating how to talk to PCC from within PCF. These samples use
Spring boot for Pivotal GemFire to start the the application.
sdg-samples
Has examples of spring-data-gemfire/spring-data-geode
spring-boot-for-gemfire-geode-samples
Has example of running using spring boot data geode. docs are here
vanilla-gemfire-samples
Has samples of gemfire client/server code using GemFire java native apis.
spring/spring-boot/sdg/pcc is not involved in this module. This module has
samples for advanced GemFire usecases like WAN replication etc.
Note: