public
Description: Open source dynamo clone written in Erlang.
Homepage:
Clone URL: git://github.com/cliffmoon/dynomite.git
name age message
file .gitignore Thu Jan 29 20:11:29 -0800 2009 ulimit driver that can dynamically fiddle with ... [cliffmoon]
file .gitmodules Fri Jan 02 10:23:26 -0800 2009 putting back the deps. please do not delete th... [cliffmoon]
file AUTHORS Sat Jan 31 14:13:47 -0800 2009 added native murmur and fnv hashing. [cliffmoon]
file BTREEFORMAT Mon Jan 26 21:19:35 -0800 2009 refactoring complete for now [cliffmoon]
file Capfile Sat Jan 31 14:16:08 -0800 2009 1024 partitions isnt great for perf testing [cliffmoon]
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 Fri Jan 23 21:08:36 -0800 2009 lolformatting [cliffmoon]
file Rakefile Sat Jan 31 14:13:47 -0800 2009 added native murmur and fnv hashing. [cliffmoon]
file XHASHFORMAT Mon Nov 17 21:04:06 -0800 2008 starting point for xhash storage [cliffmoon]
directory bin/ Tue Sep 23 17:43:42 -0700 2008 cwd for start script [cliffmoon]
directory c/ Sat Jan 31 14:13:47 -0800 2009 added native murmur and fnv hashing. [cliffmoon]
directory conf/ Fri Nov 07 15:00:17 -0800 2008 Add thrift and a thrift service [toddlipcon]
directory deps/ Sun Feb 01 16:10:54 -0800 2009 fixed timeouts [cliffmoon]
directory doc/ Sun Nov 16 07:45:41 -0800 2008 stats document from perf testing [cliffmoon]
directory ebin/ Fri Aug 15 11:51:13 -0700 2008 Merge branch 'powerset' [cliffmoon]
directory elibs/ Sun Feb 01 18:58:43 -0800 2009 enough with the gossip log messages [cliffmoon]
directory etest/ Sun Feb 01 10:41:36 -0800 2009 split truncation out into its own method so tha... [cliffmoon]
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/ Mon Jan 26 21:19:35 -0800 2009 refactoring complete for now [cliffmoon]
directory pylibs/ Tue Nov 25 07:28:58 -0800 2008 Merged from cliffmoon master Signed-off-by: Ja... [Jason Pellerin]
directory rlibs/ Sat Jan 31 14:15:45 -0800 2009 fixed default port option [cliffmoon]
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