项目作者: srikanthmanvi

项目描述 :
Samples showing how to interact with Pivotal Cloud Cache and GemFire/Geode
高级语言: Java
项目地址: git://github.com/srikanthmanvi/pcc-gemfire-samples.git
创建时间: 2019-01-11T21:00:53Z
项目社区:https://github.com/srikanthmanvi/pcc-gemfire-samples

开源协议:

下载


gemfire-samples

Quick start samples for GemFire, Pivotal Cloud Cache (pcc), Spring Data GemFire, Springboot for 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.

Structure

  • 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:

  • Each of these modules further has a README file which explains further details.
  • Contributions are welcome using Pull Request.