Skip to content

eitansuez/gemfire_cq_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple demonstration of the use of continuous queries in gemfire to notify a client of updates to stock prices for stocks that a user is interested in. The stocks list is made up and so are the prices (i.e. not using a web service or anything).

  1. cluster contains a simple start script and configuration to start a locator and two servers locally:

    cd cluster
    ./start.sh
  2. start the Chart app

    gradle chartClient
  3. start the FeedSimulator

    gradle feedSimulator

See the chart render prices for stocks as updates are made to prices in the region on the server.

About

gemfire continuous query demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published