[erlang-questions] [ANN] cowdb 0.1.0 released

Benoit Chesneau bchesneau@REDACTED
Wed Jun 18 00:14:15 CEST 2014


I just released the version 0.2.0 which add unit-testing and contains some
fixes:

https://wiki.refuge.io/display/COWDB/Changelog#Changelog-0.2.0-2014/06/17

Enjoy!

- benoit


On Tue, Jun 17, 2014 at 1:04 AM, 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140618/6fe4071c/attachment.htm>


More information about the erlang-questions mailing list