cliffmoon / dynomite

Open source dynamo clone written in Erlang.

This URL has Read+Write access

cliffmoon (author)
Sun Feb 01 18:58:43 -0800 2009
commit  c778bfe74ffb5f9f74046564d571e1d89111504b
tree    76ddf9c212546afb66f5d64390049423d1b7a35e
parent  fa62fe45f6885cb19ed5c378fd82d20045a1c6f2
dynomite / README.markdown
100644 30 lines (20 sloc) 0.721 kb

Dynomite

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

Amazon's Dynamo

Documentation

Mailing List

Dynomite 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