[erlang-questions] Key/value embeddable database

Miles Fidelman mfidelman@REDACTED
Sat Apr 4 21:37:36 CEST 2015


Albert Aixendri wrote:
> 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/
>
>
Simple, embeddable, key/value - sounds like Berkeley DB to me.  Do some 
googling and you'll find erlang bindings.

Miles Fidelman

-- 
In theory, there is no difference between theory and practice.
In practice, there is.   .... Yogi Berra




More information about the erlang-questions mailing list