Voldemort's unevolved form
A distributed key-value store using the Amazon Dynamo White paper and it's open source implementation (Voldemort) as references.
- Set the environment variable TOMR_PROPS to the path to your tomr.config file
- Run NodeStarter.java on all nodes which are to be used as request servicers and data stores
- Start LoadBalancer.java on the system that you plan to use as the Load Balancer
- Done!
- Use the sample code in Admin.java to generate requests for either of this functionality
- Currently InitializeClient.java and NodeClientRequestServicer.java provide sample code for how you can query the database.
##Monitoring the System:
- git clone "https://github.com/rchakra3/TomROverview"
- cd TomROverview
- On the monitoring node:
- npm install --save
- node app.js
- On all the datanodes:
- cd client
- npm install --save
- node app.js