To use this application you will need to install
- zeromq
- git://github.com/zeromq/jzmq.git
- redis
In order to use the app..you will need to start the server application first and then you can start and stop the reader/writer in any order you want.
- sbt
- project reader
- stage
- project server
- stage
- project writer
- stage
- cd server
- ./target/universal/stage/bin/server
- cd reader
- ./target/universal/stage/bin/reader
- cd writer
- ./target/universal/stage/bin/writer