[erlang-questions] [ANN] cowdb 0.1.0 released

Benoit Chesneau bchesneau@REDACTED
Tue Jun 17 01:04:31 CEST 2014


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/20140617/35221c7b/attachment.htm>


More information about the erlang-questions mailing list