public
Description: Open source dynamo clone written in Erlang.
Homepage:
Clone URL: git://github.com/cliffmoon/dynomite.git
name age message
file .gitignore Thu Jun 04 13:11:37 -0700 2009 Add --pidfile to start command for writing a PI... [alexstaubo]
file .gitmodules Wed Apr 08 11:36:31 -0700 2009 get outta here [Cliff Moon]
file AUTHORS Tue Apr 07 10:24:11 -0700 2009 adding chris brown [Cliff Moon]
file BTREEFORMAT Mon Jan 26 21:19:35 -0800 2009 refactoring complete for now [Cliff Moon]
file Capfile Tue Apr 07 10:24:30 -0700 2009 remove the profiling stuff [Cliff Moon]
file ChangeLog Thu Apr 16 10:51:01 -0700 2009 changelog [Cliff Moon]
file LICENSE Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [Cliff Moon]
file NEWS Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [Cliff Moon]
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' [Cliff Moon]
file README.markdown Fri Jun 12 20:51:46 -0700 2009 [cliffmoon]
file Rakefile Mon Apr 27 13:49:46 -0700 2009 refactor left thrift beams out in the cold [Cliff Moon]
file XHASHFORMAT Mon Nov 17 21:04:06 -0800 2008 starting point for xhash storage [Cliff Moon]
directory bin/ Thu May 07 11:42:38 -0700 2009 bin/dynomite: Fix symlink parsing of script fil... [alexstaubo]
directory c/ Sun Apr 26 18:44:36 -0700 2009 fix persistence offset issues [Cliff Moon]
directory conf/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
file config.json Sun May 10 21:09:20 -0700 2009 lol, need to revert config [Cliff Moon]
directory deps/ Thu Apr 09 10:19:46 -0700 2009 show args on command line [Cliff Moon]
file dist_config.json Tue Apr 07 16:01:12 -0700 2009 default single node [Cliff Moon]
directory doc/ Tue Apr 21 20:36:46 -0700 2009 a bloom filter [Cliff Moon]
directory ebin/ Fri May 01 11:17:22 -0700 2009 add rpc to the app file [Cliff Moon]
directory elibs/ Wed Jul 01 23:03:23 -0700 2009 Merge branch 'master' of git@github.com:cliffmo... [cliffmoon]
directory escripts/ Tue Apr 07 13:17:35 -0700 2009 move load gen into a module [Cliff Moon]
directory etest/ Fri May 08 14:31:17 -0700 2009 fix edge case where 0 resolved to a negative pa... [Cliff Moon]
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 [Cliff Moon]
directory if/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
directory include/ Sat Apr 04 09:21:54 -0700 2009 load balancing profiling [Cliff Moon]
directory pylibs/ Tue Nov 25 07:28:58 -0800 2008 Merged from cliffmoon master Signed-off-by: Ja... [Jason Pellerin]
directory releases/ Thu Jun 04 11:22:44 -0700 2009 update rel file for r13b [Cliff Moon]
directory rlibs/ Thu Jun 04 13:11:37 -0700 2009 Add --pidfile to start command for writing a PI... [alexstaubo]
directory rspecs/ Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [Cliff Moon]
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 [Cliff Moon]
README.markdown

Dynomite

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

Amazon's Dynamo

Documentation

IRC

channel #dynomite on irc.freenode.net

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 -c config.json