public
Description: Open source dynamo clone written in Erlang.
Homepage:
Clone URL: git://github.com/cliffmoon/dynomite.git
name age message
file .gitignore Sat Apr 04 09:45:04 -0700 2009 rake task based off of VERSION env variable [cliffmoon]
file .gitmodules Wed Apr 08 11:36:31 -0700 2009 get outta here [cliffmoon]
file AUTHORS Tue Apr 07 10:24:11 -0700 2009 adding chris brown [cliffmoon]
file BTREEFORMAT Mon Jan 26 21:19:35 -0800 2009 refactoring complete for now [cliffmoon]
file Capfile Tue Apr 07 10:24:30 -0700 2009 remove the profiling stuff [cliffmoon]
file ChangeLog Thu Apr 16 10:51:01 -0700 2009 changelog [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 Mar 13 14:50:03 -0700 2009 added -c config.json to README.markdown changed... [Christopher Brown]
file Rakefile Thu Apr 16 10:49:58 -0700 2009 clean log files [cliffmoon]
file XHASHFORMAT Mon Nov 17 21:04:06 -0800 2008 starting point for xhash storage [cliffmoon]
directory bin/ Thu Apr 09 11:29:12 -0700 2009 once more with gusto [cliffmoon]
directory c/ Sun Mar 22 21:24:07 -0700 2009 compiler warning [cliffmoon]
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 [cliffmoon]
directory deps/ Thu Apr 09 10:19:46 -0700 2009 show args on command line [cliffmoon]
file dist_config.json Tue Apr 07 16:01:12 -0700 2009 default single node [cliffmoon]
directory doc/ Mon Mar 16 10:24:47 -0700 2009 print reqs/s [cliffmoon]
directory ebin/ Wed Apr 08 22:48:27 -0700 2009 add dummy server [cliffmoon]
directory elibs/ Tue Apr 14 20:08:11 -0700 2009 smarter small value handling in the fsstore [cliffmoon]
directory escripts/ Tue Apr 07 13:17:35 -0700 2009 move load gen into a module [cliffmoon]
directory etest/ Wed Apr 08 19:07:09 -0700 2009 clustering was broken. thats bad. [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/ Sat Apr 04 09:21:54 -0700 2009 load balancing profiling [cliffmoon]
directory pylibs/ Tue Nov 25 07:28:58 -0800 2008 Merged from cliffmoon master Signed-off-by: Ja... [Jason Pellerin]
directory releases/ Wed Apr 08 21:46:34 -0700 2009 better versioning [cliffmoon]
directory rlibs/ Thu Apr 09 10:24:50 -0700 2009 use local libs if we are in dev mode [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 -c config.json