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.
How to enable communication between different riak nodes if they are in ec2 instances of different zones with different security groups.
UPDATE2 I found the solution (thx to rvirding). I have to put object like this Object = riakc_obj:new(list_to_binary(Bucket),
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.
What are the problems, if any, of storing binary data in Riak? Does it effect the maintainability and performance of the clu开发者_StackOverflowstering?
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.
I\'m in the process of evaluating how to impleme开发者_JAVA技巧nt 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
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 frequ
For a project I\'m using both Scala and开发者_如何学C Riak (two things I have never worked with before ;) ).
Merkle Trees are used as an anti-entropy mechanism in several distributed, replicated key/value stores: