Tagged Questions

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

learn more… | top users | synonyms

9
votes
2answers
2k views

Cassandra vs Riak

I am looking for an eventually consistent data store and it looks like it may be coming down to Riak or Cassandra. Has anyone got expereinces of a view on this?
7
votes
4answers
732 views

Downsides of storing binary data in Riak?

What are the problems, if any, of storing binary data in Riak? Does it effect the maintainability and performance of the clustering? What would the performance differences be between using Riak for ...
7
votes
9answers
2k views

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 the NoSQL databases? For example, how does the full-text search compare in MongoDB, Riak and ...
6
votes
4answers
912 views

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 we have come to the idea of using: a NoSQL DB as our main ...
5
votes
1answer
315 views

Good practices when developing an application in Erlang (and Riak)?

We are in the process of getting familiar with Erlang/OTP and Riak (Core, KV, Pipe, and so on) in view of developing an open-source distributed application in turn. Our project is going to have a ...
5
votes
1answer
952 views

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 an anti-entropy mechanism is A Good Thing - transient ...
5
votes
7answers
905 views

Which, if any, of the NoSQL databases can provide stream of *changes* to a query result set?

Which, if any, of the NoSQL databases can provide stream of changes to a query result set? Could anyone point me at some examples? Firstly, I believe that none of the SQL databases provide this ...
5
votes
2answers
426 views

Erlang - Riak clients

I am in trouble finding API for the "local Erlang client" for Riak. Here is what Riak wiki says: The local Erlang client is a tightly-integrated part of Riak and the Riak REST interface uses the ...
5
votes
2answers
318 views

How fast are EC/2 nodes between each other?

I am looking to setup Amazon EC/2 nodes on rails with Riak. I am looking to be able to sync the riak DBs and if the cluster gets a query, to be able to tell where the data lies and retrieve it ...
5
votes
1answer
540 views

A simple explanation of Rings in Riak?

I'm trying to understand what the "rings" in Riak are, but I can't seem to find a clear explanation (please don't just link me to a web site, I have already read what is on the web). As far as I ...
5
votes
4answers
2k views

Riak on Windows

I want to play with Riak http://riak.basho.com/ or a least get it running on a Windows system. I have downloaded the source code and compiled it but that's where I get stuck, how do I start it?
4
votes
1answer
86 views

Where are Riak Post-Commit Hooks run?

I'm trying to evaluate using Riak's Post-Commit Hooks to build a distributed, incremental MapReduce-based index, but was wondering which Riak nodes the Post-Commit Hooks actually run on. Are they run ...
4
votes
3answers
222 views

Performance of querying relational data with document-based nosql (mongodb, couchdb, and riak, etc)

To follow up on my question on modeling relational data with nosql, I have read several articles on the subject: Nosql doesn't mean non-relational Nosql Ecommerce Example They seem to suggest that ...
4
votes
3answers
2k views

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 Riak or Tokyo Tyrant? In what specific use cases is one better than the other?
4
votes
3answers
751 views

Riak performance - unexpected results

In the last days I played a bit with riak. The initial setup was easier then I thought. Now I have a 3 node cluster, all nodes running on the same vm for the sake of testing. I admit, the hardware ...
4
votes
2answers
148 views

Equivalent of an ORM for a distributed key/value store?

I'm in the process of evaluating how to implement something using a distributed key/value store for the back end. I'd like to have a layer on top of the key/value supporting an object model that is ...
3
votes
2answers
315 views

erlang: Distributed Hash Table?

Are there any Distributed Hash Table implementations in Erlang? I searched the web and found a number of research papers but I did not find a mature implementation.
3
votes
1answer
195 views

How do you organize buckets in Riak?

Since Riak uses buckets as a way of separating keys, is it possible to have buckets within buckets? If not how would one go about organizing a Riak setup with many buckets for several apps. The basic ...
3
votes
2answers
341 views

What library should I use for accessing Riak from Scala?

For a project I'm using both Scala and Riak (two things I have never worked with before ;) ). Google searches seem to suggest using Riakki. However, it seems like that particular library hasn't been ...
3
votes
2answers
424 views

Mount NoSQL DB as File System

I am looking for the way to easily mount one of the NoSQL DB as File System both in Ubuntu 10.04 LTS or CentOs 5 I know there are there are some fuse projects for mongoDB, CouchDB, riak, But I can't ...
3
votes
1answer
290 views

How to structure data in Riak?

I'm trying to figure out how to model data in Riak. Let's say you are building something like a CMS with two features, news and products. You need to be able to store this information for multiple ...
3
votes
3answers
510 views

How would you architect a blog using a document store (such as CouchDB, Redis, MongoDB, Riak, etc)

I'm slightly embarrassed to admit it, but I'm having trouble conceptualizing how to architect data in a non-relational world. Especially given that most document/KV stores have slightly different ...
3
votes
1answer
441 views

What does “Document-oriented” vs. Key-Value mean when talking about MongoDB vs Cassandra?

What does going with a document based NoSQL option buy you over a KV store, and vice-versa?
3
votes
3answers
546 views

What is the easiest way to simulate a database table with an index in a key value store?

What is the easiest way to simulate a database table with an index in a key value store? The key value store has NO ranged queries and NO ordered keys. The things I want to simulate (in order of ...
2
votes
1answer
45 views

Backing up Riak Data when changing backends

I have Riak (1.0.2) installed in my VMWare Workstation running Ubuntu Linux Natty. It's a single machine installation and not a cluster. I changed my backend from BitCask to LevelDB to take advantage ...
2
votes
0answers
99 views

Riak vs GlusterFS

I need to setup a data storage which can store PB level of files (files are mostly small json, images and csv files, but some of them can be ~100MB binary files). I am looking into distributed data ...
2
votes
1answer
107 views

Difference between riak search mongodb indexing

So Riak launched Riak Search a while ago and introduced it into the core recently. Have not had a chance to play around with it, but was curious if people had a sense of how it compared to mongodb, ...
2
votes
1answer
140 views

Riak Search - Results limited to first 10000

I have a Riak Search node running and am trying out some test queries to get a feel for performance. I'm running a query via the search shell, and the results are being restricted to the first 10000. ...
2
votes
1answer
143 views

In with node.js riak-js .getClient returns empty object

I am trying to do this with node.js and riak-js db = require('./riak-js/lib').getClient({host: "localhost", port: "8098" }); console.log db Note, this is Coffee-Script code. The db variable ...
2
votes
2answers
148 views

Question about doing in-place updates in Basho Riak

Currently I use Mongodb for recording statistics and adserving. I log raw impressions to a log collection, and processes' do findandmodify to pull off the log and aggregate into a precomputed ...
2
votes
2answers
268 views

Bitcask ok for simple and high performant file store?

I am looking for a simple way to store and retrieve millions of xml files. Currently everything is done in a filesystem, which has some performance issues. Our requirements are: Ability to store ...
2
votes
3answers
176 views

Synchronizing Applications

I have a standalone network device. It needs to be reworked to function as part of a geographically distributed group of these devices. Synchronization between devices in the group need not occur ...
2
votes
1answer
307 views

Quick Reference Guide to Various NoSQL Databases

I'm looking for one place that summarizes the main properties of the NoSQL databases that I keep seeing referenced - in particular, MongoDB, Riak, Redis, Memcached, Membase, and Cassandra. Types of ...
2
votes
2answers
276 views

riak backup solution for a single bucket

What are your recommendations for solutions that allow backing up [either by streaming or snapshot] a single riak bucket to a file?
2
votes
1answer
189 views

Architecting an open source event-driven system for storage and evaluation at scale

I am currently thinking about designing an architecture that can handle vast volumes of incoming source data, clean the data and store it in a key/value store like Riak or MongoDB. After that, it ...
2
votes
1answer
422 views

How to issue a Riak Search query?

I've been using Riak for about a month now, and I just found out about Riak search. So I installed it, and inserted a very basic json document to test. Here is the command i used: curl -X PUT ...
2
votes
3answers
499 views

how to sort documents using the erlang map reduce in riak

i'm using riak to store json documents right now, and i want to sort them based on some attribute, let's say there's a key, i.e { "someAttribute": "whatever", "order": 1 } so i want to ...
2
votes
1answer
235 views

What is the scope of javascript callback and anonymous functions?

I have written the following code using node.js and riak-js. I have a recursive function walk that should be a list of JSON documents, but instead returns an empty list... why? how to fix? ...
2
votes
2answers
2k views

Mapreduce with Riak

Does anyone have example code for mapreduce for Riak that can be run on a single Riak node.
2
votes
1answer
537 views

Has anyone got experience with Riak with a large dataset?

I am planning on using Riak for a project I am working on and want to hear from anyone who is using for development / production systems. In particular I am interested in: 1) insert speed 2) maximum ...
1
vote
0answers
30 views

How to use bitcask as a stand alone

(edit: i miss some reputation to create the bitcask tag so ...) (tl;dr => bitcask:get/2 doesn't work and raises badarg in bitcask_nifs:keydir_get_int) I would like to know how to use bitcask without ...
1
vote
1answer
55 views

Riak Search giving me “Not found” error for available data

I've installed Riak 1.0.2 on Ubuntu Natty. I have also added some sample data to the database. I'm using a LevelDB backend because I want to test the Secondary Indexing functionality. I added a ...
1
vote
0answers
82 views

Nginx Load Balancer issue

We are using Nginx As a load balancer for multiple riak nodes. The setup worked fine for some time(few hours) before Nginx started giving bad gateway 502 errors. On checking the individual nodes ...
1
vote
2answers
85 views

What is the optimised way to get a count of keys in a riak bucket?

I have a riak cluster set up with 3 servers. I can look at the bitcask to establish how much disk space this cluster is currently using but I'd also like to find out how many items are currently being ...
1
vote
1answer
57 views

Riak pre-commit hook in Erlang?

How would I write a pre-commit hook to change all of the letters in the value of my key/value pairs to be ALL UPPERCASE in a particular bucket?
1
vote
1answer
103 views

Ripple with Devise

Iam Trying to create authentications using devise with riak as the database. I found a ORM strategy for the same https://github.com/frank06/devise-ripple, it does work all fine except for the part ...
1
vote
1answer
201 views

How to sort/order data in Riak?

I've already experiences with MongoDB, CouchDB, Redis, Tokyo Cabinet and other NoSQL Databases. Recently I stumbled upon Riak and it looks very interesting to me. To getting started with it, I decided ...
1
vote
0answers
106 views

Link-walking with Riak - search for 'common friends'

Can anyone familier with Riak explain how to do a link-walk to find common friends among two people (eg. just like Facebook's common friends)? Also, the computation requirement should ideally be ...
1
vote
1answer
277 views

Memory Requirement/Utilization for MongoDB, Riak and HyperTable (or HBase)

I've evaluated most of the NoSQL solutions and it seems that using a combination of MongoDB, Riak and HyperTable (or HBase) is the way to go. What is the minimum requirement for these databases to ...
1
vote
6answers
165 views

Which is the right database for the job?

I am working on a feature and could use opinions on which database I should use to solve this problem. We have a Rails application using MySQL. We have no issues with MySQL and it runs great. But for ...

1 2