This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dynomite /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 29 20:11:29 -0800 2009 | |
| |
.gitmodules | Fri Jan 02 10:23:26 -0800 2009 | |
| |
AUTHORS | Sat Jan 31 14:13:47 -0800 2009 | |
| |
BTREEFORMAT | Mon Jan 26 21:19:35 -0800 2009 | |
| |
Capfile | Sat Jan 31 14:16:08 -0800 2009 | |
| |
LICENSE | Fri Aug 15 11:51:13 -0700 2008 | |
| |
NEWS | Fri Aug 15 11:51:13 -0700 2008 | |
| |
NOTES | Tue Nov 25 07:28:58 -0800 2008 | |
| |
PROTOCOL | Fri Aug 15 11:51:13 -0700 2008 | |
| |
README.markdown | Fri Jan 23 21:08:36 -0800 2009 | |
| |
Rakefile | Sat Jan 31 14:13:47 -0800 2009 | |
| |
XHASHFORMAT | Mon Nov 17 21:04:06 -0800 2008 | |
| |
bin/ | Tue Sep 23 17:43:42 -0700 2008 | |
| |
c/ | Sat Jan 31 14:13:47 -0800 2009 | |
| |
conf/ | Fri Nov 07 15:00:17 -0800 2008 | |
| |
deps/ | Sun Feb 01 16:10:54 -0800 2009 | |
| |
doc/ | Sun Nov 16 07:45:41 -0800 2008 | |
| |
ebin/ | Fri Aug 15 11:51:13 -0700 2008 | |
| |
elibs/ | Sun Feb 01 18:58:43 -0800 2009 | |
| |
etest/ | Sun Feb 01 10:41:36 -0800 2009 | |
| |
gen-erl/ | Fri Nov 07 15:00:17 -0800 2008 | |
| |
gen-rb/ | Wed Jan 14 21:23:26 -0800 2009 | |
| |
if/ | Fri Nov 07 15:00:17 -0800 2008 | |
| |
include/ | Mon Jan 26 21:19:35 -0800 2009 | |
| |
pylibs/ | Tue Nov 25 07:28:58 -0800 2008 | |
| |
rlibs/ | Sat Jan 31 14:15:45 -0800 2009 | |
| |
rspecs/ | Fri Aug 15 11:51:13 -0700 2008 | |
| |
test.py | Wed Nov 19 10:40:06 -0800 2008 | |
| |
web/ | Fri Oct 24 14:34:33 -0700 2008 |
README.markdown
Dynomite
This is dynomite. It is a clone of the amazon dynamo key value store written in Erlang.
Documentation
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







