Skip to content

pandey623/dynomite

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 67.6%
  • Python 11.7%
  • Ruby 8.7%
  • JavaScript 5.5%
  • C 4.1%
  • HTML 2.1%
  • Other 0.3%