[erlang-questions] Key/value embeddable database

Albert Aixendri albertaixendri@REDACTED
Sat Apr 4 19:48:18 CEST 2015


Hello,

I am looking a simple embeddable key/value database. I have discarded ETS (limited by RAM memory), DETS (limited in 2GB) Mnesia (it’s no so simple). 
On the other hand I have found these: 
- elevelDB: very popular. Developed by Basho and used in Riak.
- HanoiDB: Similar to LevelDB https://github.com/krestenkrab/hanoidb
- LETS: Based in LevelDB too. https://github.com/norton/lets
- Some that use Tokyo Cabinet: Toke https://bitbucket.org/lshift/toke/ and tcerl http://code.google.com/p/tcerl/

Do you know others with features like these?

Thanks in advance.

Albert.


More information about the erlang-questions mailing list