<div dir="ltr">I have a very basic Erlang binding for it. <div><br></div><div><a href="https://github.com/ttyerlsol/rockse">https://github.com/ttyerlsol/rockse</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 17, 2014 at 9:03 PM, Gokhan Boranalp <span dir="ltr"><<a href="mailto:kunthar@gmail.com" target="_blank">kunthar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">RocksDB is an embeddable persistent key-value store for fast storage.<br>
RocksDB can also be the foundation for a client-server database but<br>
our current focus is on embedded workloads.<br>
<br>
*What is RocksDB suitable for?*<br>
<br>
RocksDB can be used by applications that need low latency database<br>
accesses. A user-facing application that stores the viewing history<br>
and state of users of a website can potentially store this content on<br>
RocksDB.<br>
A spam detection application that needs fast access to big data sets<br>
can use RocksDB. A graph-search query that needs to scan a data set in<br>
realtime can use RocksDB. RocksDB can be used to cache data from<br>
Hadoop, thereby allowing applications to query Hadoop data in<br>
realtime. A message-queue that supports a high number of inserts and<br>
deletes can use RocksDB.<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Nov 17, 2014 at 2:53 PM, Michael Gebetsroither <<a href="mailto:michael@mgeb.org">michael@mgeb.org</a>> wrote:<br>
> On 2014-11-17 04:51, Scott Lystig Fritchie wrote:<br>
>><br>
>> Ulf, I discovered that we have been in good company.  According to the<br>
>> speaker at this RICON talk a few weeks ago, both Yahoo and Facebook<br>
>> discovered the exact same things.  :-|<br>
>><br>
>><br>
>> <a href="https://www.youtube.com/watch?v=8cYp52oeDx4&list=PL9Jh2HsAWHxLco7V1SjU9hUzP53CBZOYO&index=20" target="_blank">https://www.youtube.com/watch?v=8cYp52oeDx4&list=PL9Jh2HsAWHxLco7V1SjU9hUzP53CBZOYO&index=20</a><br>
><br>
><br>
> And they created rocksdb based on levelDB which is fit for such server<br>
> workloads.<br>
><br>
> <a href="http://rocksdb.org/" target="_blank">http://rocksdb.org/</a><br>
><br>
><br>
> Michael Gebetsroither<br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
BR,<br>
\|/ Kunthar<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>