[erlang-questions] Key/value embeddable database
Antoine Koener
antoine.koener@REDACTED
Sun Apr 5 09:14:31 CEST 2015
Hello !
> On 04 Apr 2015, at 21:37, Miles Fidelman <mfidelman@REDACTED> wrote:
>
> 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.
>
Egtm : https://github.com/ztmr/egtm/wiki/EGTM,-M%5BUMPS%5D-and-GT.M-technology-FAQ
> Miles Fidelman
>
> --
> In theory, there is no difference between theory and practice.
> In practice, there is. .... Yogi Berra
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list