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
name age message
file .gitignore Loading commit data...
file .gitmodules
file AUTHORS
file BTREEFORMAT Mon Jan 26 21:19:35 -0800 2009 refactoring complete for now [cliffmoon]
file Capfile
file LICENSE Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [cliffmoon]
file NEWS Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [cliffmoon]
file NOTES Tue Nov 25 07:28:58 -0800 2008 Merged from cliffmoon master Signed-off-by: Ja... [Jason Pellerin]
file PROTOCOL Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [cliffmoon]
file README.markdown
file Rakefile
file XHASHFORMAT Mon Nov 17 21:04:06 -0800 2008 starting point for xhash storage [cliffmoon]
directory bin/
directory c/
directory conf/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
directory deps/
directory doc/
directory ebin/
directory elibs/
directory etest/
directory gen-erl/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
directory gen-rb/ Wed Jan 14 21:23:26 -0800 2009 generated ruby bindings for the thrift iface [cliffmoon]
directory if/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
directory include/
directory pylibs/ Tue Nov 25 07:28:58 -0800 2008 Merged from cliffmoon master Signed-off-by: Ja... [Jason Pellerin]
directory rlibs/
directory rspecs/ Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [cliffmoon]
file test.py Wed Nov 19 10:40:06 -0800 2008 Fixed incorrect change to membership Signed-of... [Jason Pellerin]
directory web/ Fri Oct 24 14:34:33 -0700 2008 lots of new viz stuff for the interface [cliffmoon]
README.markdown

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