Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 423 Bytes

README.markdown

File metadata and controls

14 lines (10 loc) · 423 Bytes

This is dynomite. It is a clone of the amazon dynamo key value store written in Erlang.

Amazon's Dynamo

To use:

git clone git://github.com/cliffmoon/dynomite.git
cd dynomite
git submodule init
git submodule update
rake
./bin/dynomite start -m ~/some/data/dir -n 1 -r 1 -w 1

Dynomite Mailing List