[erlang-questions] [ANN] cowdb 0.1.0 released
Lee Sylvester
lee.sylvester@REDACTED
Tue Jun 17 01:07:24 CEST 2014
Hi Benoit,
Awesome stuff. I’m guessing this is a file based db, like SQLite? What scalability does it have?
Cheers,
Lee
On 17 Jun 2014, at 00:04, Benoit Chesneau <bchesneau@REDACTED> wrote:
> Hi all,
>
> I presented it rapidly during the EUC and it took some time to finish some feature but here the first release of cowdb:
>
> http://cowdb.org
>
> Cowdb implements an indexed, key/value storage engine in #Erlang. The primary index is an append-only btree implemented using CBT a btree library extracted from Apache #CouchDB.
>
> Main features are:
>
> - Append-Only b-tree using COW
> - Read/Write can happen independently
> - Put/Get/Delete/Fold operations
> - support transactions with transaction functions
> - Transaction log
> - Snapshotting support
> - Automatic compaction
>
> Enjoy!
>
> - benoit
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140617/27c90127/attachment.htm>
More information about the erlang-questions
mailing list