Riak 1.1 Released
lists.basho.com
Riak 1.1 Released
1–10 of 27 posts
Re: Riak 1.1 Released
#2"Riak is an open source, highly scalable, fault-tolerant distributed database."
Re: Riak 1.1 Released
#3For those, like me, who do not know what Riak is: "Riak is an open source, highly scalable, fault-tolerant distributed database." Source: http://basho.com/products/riak-overview/
Re: Riak 1.1 Released
#4For those, like me, who do not know what Riak is: "Riak is an open source, highly scalable, fault-tolerant distributed database." Source: http://basho.com/products/riak-overview/
It's a distributed multi-node key-value store. They built it using Erlang (I almost consider that, alone, a "feature").
Re: Riak 1.1 Released
#5For those, like me, who do not know what Riak is: "Riak is an open source, highly scalable, fault-tolerant distributed database." Source: http://basho.com/products/riak-overview/
Re: Riak 1.1 Released
#6Re: Riak 1.1 Released
#7For those, like me, who do not know what Riak is: "Riak is an open source, highly scalable, fault-tolerant distributed database." Source: http://basho.com/products/riak-overview/
It also makes different trade-offs in usability of the software. It is (in my opinion) the most sysadmin friendly datastore, without hiding complexity, the tools are just pleasant to use. However, it has a larger curve for developers. We did a shootout to find a solution that would work for our needs and it came down to Mongo vs. Riak. We went with Mongo and are feeling the pain of getting everything automated and se…
Dealing with sharding + replica sets is an administrative nightmare with Mongo.
Re: Riak 1.1 Released
#8I'm very interested in seeing the new Admin console; is there a URL for that. Finding the docs a little light.
http://basho.com/blog/technical/2012/01/30/Riak-in-Productio...
Re: Riak 1.1 Released
#9I'm very interested in seeing the new Admin console; is there a URL for that. Finding the docs a little light.
You can see a demo from Mark here: http://basho.com/blog/technical/2012/01/30/Riak-in-Productio...
Re: Riak 1.1 Released
#10Earlier quoted context omitted.
It's a distributed multi-node key-value store. They built it using Erlang (I almost consider that, alone, a "feature").
Based off Amazon's Dynamo work (think S3).