[erlang-questions] Key/value embeddable database

Sergej Jurecko sergej.jurecko@REDACTED
Sat Apr 4 21:11:41 CEST 2015


cowdb: https://github.com/refuge/cowdb

The nice thing about it is that it is purely Erlang.


Sergej

On 04 Apr 2015, at 19:48, Albert Aixendri <albertaixendri@REDACTED> 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/
> 
> Do you know others with features like these?
> 
> Thanks in advance.
> 
> Albert.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list