<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Benoit,<div><br></div><div>Awesome stuff.  I’m guessing this is a file based db, like SQLite?  What scalability does it have?</div><div><br></div><div>Cheers,</div><div>Lee</div><div><br></div><div><br><div><div>On 17 Jun 2014, at 00:04, Benoit Chesneau <<a href="mailto:bchesneau@gmail.com">bchesneau@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi all, <div><br></div><div>I presented it rapidly during the EUC and it took some time to finish some feature but here the first release of cowdb:</div><br><a href="http://cowdb.org/">http://cowdb.org</a><div>

<br><div>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. <br><br>Main features are:<br><br>

- Append-Only b-tree using COW<br>- Read/Write can happen independently<br>- Put/Get/Delete/Fold operations<br>- support transactions with transaction functions<br>- Transaction log<br>- Snapshotting support<br>- Automatic compaction<br style="color:rgb(64,64,64);font-family:Roboto,arial,sans-serif;font-size:13.333333969116211px;line-height:20.22222328186035px">

<br style="color:rgb(64,64,64);font-family:Roboto,arial,sans-serif;font-size:13.333333969116211px;line-height:20.22222328186035px"><span style="color:rgb(64,64,64);font-family:Roboto,arial,sans-serif;font-size:13.333333969116211px;line-height:20.22222328186035px">Enjoy!</span><br>

</div></div><div><span style="color:rgb(64,64,64);font-family:Roboto,arial,sans-serif;font-size:13.333333969116211px;line-height:20.22222328186035px"><br></span></div><div><span style="color:rgb(64,64,64);font-family:Roboto,arial,sans-serif;font-size:13.333333969116211px;line-height:20.22222328186035px">- benoit</span></div>

</div>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></div></body></html>