/spring-for-apache-geode-examples

This repo contains examples of apps that demonstrate the use of VMware Tanzu GemFire and can be used with the developer guides found at tanzugemfire.dev

Primary LanguageJavaOtherNOASSERTION

Tanzu GemFire Examples

This repo contains examples of apps that demonstrate the use of VMware Tanzu GemFire and can be used with the Tanzu Developer Center. Each example app resides in its own directory within this repository:

  • Hello, World! in hello-world
  • Example of Cache-Aside pattern in cache-aside
  • Example of implementing an HTTP session state cache in session-state
  • Example of converting a Redis Publish/Subscribe app to Tanzu GemFire in convert-redis-to-gemfire/pub-sub
  • Examples of converting Spring Session Redis apps to Tanzu GemFire in convert-redis-to-gemfire/session-state