moonpolysoft / dynomite

Open source dynamo clone written in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTICE

If the lack of commits over the past year isn't a clue, this is your warning that Dynomite is a dead project and is no longer being maintained. At some point in the future my employer may allow me to push out the improvements that I've made since I was barred from pushing code publicly. But I would not count on it, and I would not recommend you use Dynomite for anything other than a functional design document on how to build a Dynamo clone.

If you need an erlang Dynamo clone for production use I would recommend Riak.

If you need something with a bigtable style data model then I recommend Cassandra.

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

About

Open source dynamo clone written in Erlang.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Erlang 54.2%Language:JavaScript 32.2%Language:Python 7.1%Language:Ruby 3.9%Language:C 2.5%Language:R 0.1%