cliffmoon / dynomite
- Source
- Commits
- Network (16)
- Issues (0)
- Downloads (30)
- Wiki (7)
- Graphs
-
Tree:
c778bfe
commit c778bfe74ffb5f9f74046564d571e1d89111504b
tree 76ddf9c212546afb66f5d64390049423d1b7a35e
parent fa62fe45f6885cb19ed5c378fd82d20045a1c6f2
tree 76ddf9c212546afb66f5d64390049423d1b7a35e
parent fa62fe45f6885cb19ed5c378fd82d20045a1c6f2
dynomite / README.markdown
Dynomite
This is dynomite. It is a clone of the amazon dynamo key value store written in Erlang.
Documentation
Mailing List
TL;DR Getting Started
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
