Top "Riak" questions

Riak is a key/value data store written in Erlang.

Run a service automatically in a docker container

I'm setting up a simple image: one that holds Riak (a NoSQL database). The image starts the Riak service with …

riak docker
Full-text search in NoSQL databases

Has anyone here have any experience deploying a real online system that had a full text search in any of …

database full-text-search nosql couchdb riak
How does Leveldb compare with Redis or Riak or Tokyo Tyrant?

Leveldb seems to be a new interesting persistent key value store from Google. How does Leveldb differ from Redis or …

nosql redis riak tokyo-tyrant leveldb
Explain Merkle Trees for use in Eventual Consistency

Merkle Trees are used as an anti-entropy mechanism in several distributed, replicated key/value stores: Dynamo Riak Cassandra No doubt …

algorithm nosql cassandra amazon-dynamodb riak
Which NoSQL DB is best fitted for OLTP financial systems?

We're designing an OLTP financial system. it should be able to support 10.000 transactions per second and have reporting features. So …

mongodb riak oltp database nosql
Why big companies use Mnesia instead of using Riak or CouchDB

I can see 2 big companies like Klarna and Whatsapp are using Mnesia as their in memory database (not sure how …

erlang couchdb riak otp in-memory-database
Cassandra vs Riak

I am looking for an eventually consistent data store and it looks like it may be coming down to Riak …

cassandra riak
Riak performance - unexpected results

In the last days I played a bit with riak. The initial setup was easier then I thought. Now I …

performance nosql riak
What NoSQL DB to use for sparse Time Series like data?

I'm planning a side project where I will be dealing with Time Series like data and would like to give …

mongodb cassandra riak nosql
Riak on Windows

I want to play with Riak http://riak.basho.com/ or a least get it running on a Windows system. …

erlang nosql riak