Databases Reference
In-Depth Information
APPENDIX C
Real Life Example Setup
First, clone the GitHub repository for the example from:
> git clone git://github.com/storm-book/examples-ch06-real-life-app.git
src/main
Contains the Topology souce code
src/test
Has the tests for the Topology
webapps directory h
Has the Node.Js WebApp to play with the Topology
.
├── pom.xml
├── src
├── main
└── java
└── test
└── groovy
└── webapp
Installing Redis
Installing Redis is very easy:
1. Download the latest stable version from the Redis website (at the time of this writ-
ing, 2.4.14).
2. Extract the file.
3. Run make , followed by make install .
This will compile Redis and leave executable files in your PATH so you can start using
Redis.
You'll find more information on the Redis website as well as documentation on com-
mands and design considerations.
 
Search WWH ::




Custom Search