[erlang-questions] Which distributed key-value storage do you use?

Sergey Samokhin prikrutil@REDACTED
Mon Aug 17 21:40:30 CEST 2009


Hello!

> Soon I'm going make a list of document oriented and Key-Value db with
> bindings for Erlang and post it in this thread.

Here are listed distributed key-value storages I've found with Erlang
bindings (with no particular order):

1) Dynomite

http://github.com/cliffmoon/dynomite/tree/master

2) There are at least three interfaces for Tokyo Cabinet:

http://code.google.com/p/tcerl/
http://github.com/mccoy/medici/tree/master
http://github.com/mallipeddi/tora/tree/master (the last commit was in
February 2009)

3) Kai

http://sourceforge.net/projects/kai/

4) Ringo.

http://github.com/tuulos/ringo/tree/master

It seems that Ringo is no longer under active development. The last
commit was in December 17, 2008

5) Scalaris

http://code.google.com/p/scalaris/

6) Riak

http://riak.basho.com/

7) MongoDB

http://github.com/eliast/mongo-erlang-driver/tree/master

8) CouchDB

Search results on github:

http://github.com/search?type=Repositories&language=erlang&q=couchdb&repo=&langOverride=&x=0&y=0&start_value=1

9) MotionDB

http://github.com/dilshod/MotionDb/tree/master

Let me know if I missed anything.

Now it's time to test them =)

-- 
Sergey Samokhin


More information about the erlang-questions mailing list