Live data from Hacker News

Riak 1.1 Released

lists.basho.com

1–10 of 27 posts

Re: Riak 1.1 Released

#3

For 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

#4
post #3

For 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").

Based off Amazon's Dynamo work (think S3).

Re: Riak 1.1 Released

#5

For 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 set up, but consider it a one-time cost rather than an "every time we get a new developer" cost.

Re: Riak 1.1 Released

#7
post #5

For 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…

Having worked with some quite large Mongo setups, I think you'll find the administration of Mongo ends up being significantly more than a single upfront cost.

Dealing with sharding + replica sets is an administrative nightmare with Mongo.

Re: Riak 1.1 Released

#9
post #6

I'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...

Looks great. And reassuring. I just followed the instructions and restarted. https://github.com/basho/riak_control

Re: Riak 1.1 Released

#10
post #4
post #3

Earlier 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).

There's little relationship between Dynamo and S3. Riak is based on the former but not the latter.
Post reply on HN