cliffmoon / dynomite
- Source
- Commits
- Network (16)
- Issues (0)
- Downloads (30)
- Wiki (7)
- Graphs
-
Tree:
c778bfe
commit c778bfe74ffb5f9f74046564d571e1d89111504b
tree 76ddf9c212546afb66f5d64390049423d1b7a35e
parent fa62fe45f6885cb19ed5c378fd82d20045a1c6f2
tree 76ddf9c212546afb66f5d64390049423d1b7a35e
parent fa62fe45f6885cb19ed5c378fd82d20045a1c6f2
dynomite /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
AUTHORS | ||
| |
BTREEFORMAT | Mon Jan 26 21:19:35 -0800 2009 | |
| |
Capfile | ||
| |
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 | ||
| |
Rakefile | ||
| |
XHASHFORMAT | Mon Nov 17 21:04:06 -0800 2008 | |
| |
bin/ | ||
| |
c/ | ||
| |
conf/ | Fri Nov 07 15:00:17 -0800 2008 | |
| |
deps/ | ||
| |
doc/ | ||
| |
ebin/ | ||
| |
elibs/ | ||
| |
etest/ | ||
| |
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/ | ||
| |
pylibs/ | Tue Nov 25 07:28:58 -0800 2008 | |
| |
rlibs/ | ||
| |
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

