Skip to content

Learn Gemfire API using spring-boot

Notifications You must be signed in to change notification settings

ketangit/gemfire-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemfire Cache demo projects

Contains two demo projects showing Gemfire API

1. cache-server (embedded server, running in IDE)

2. cache-client (client app, requires cache-server) 

Steps to run this project locally

1. cache-server -> Run first -> com.mycompany.cache.server.GemfireCacheServerApplication 

2. cache-client -> Run second -> com.mycompany.cache.server.GemfireCacheServerApplication 

3. http://localhost:8080/load -> Load customer data into cache

4. http://localhost:8080/customers -> returns all customers

Credit / Prior Art

https://docs.spring.io/spring-boot-data-geode-build/1.2.x/reference/html5/

About

Learn Gemfire API using spring-boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published