[erlang-questions] Key/value embeddable database

Albert Aixendri albertaixendri@REDACTED
Sun Apr 5 20:07:01 CEST 2015


Thanks to all!!

I wil try them.

Albert.


> On 05 Apr 2015, at 09:14, Antoine Koener <antoine.koener@REDACTED> wrote:
> 
> 
> 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 <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 <mailto:erlang-questions@REDACTED>
>> http://erlang.org/mailman/listinfo/erlang-questions <http://erlang.org/mailman/listinfo/erlang-questions>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
> http://erlang.org/mailman/listinfo/erlang-questions <http://erlang.org/mailman/listinfo/erlang-questions>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150405/7fd1b64d/attachment.htm>


More information about the erlang-questions mailing list