An open API service indexing awesome lists of open source software.

https://github.com/eitansuez/gemfire_cq_demo

gemfire continuous query demo
https://github.com/eitansuez/gemfire_cq_demo

Last synced: about 1 year ago
JSON representation

gemfire continuous query demo

Awesome Lists containing this project

README

          

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).

. `cluster` contains a simple start script and configuration to start a locator and two servers locally:
+
----
cd cluster
./start.sh
----

. start the `Chart` app
+
----
gradle chartClient
----

. start the `FeedSimulator`
+
----
gradle feedSimulator
----

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