Hacker News new | ask | show | jobs
by hxr 5803 days ago
Riak.. sounds good! Is this just an implementation of Chord (http://pdos.csail.mit.edu/chord/) with a REST API?
2 comments

similar ideas but afaik riak draws it's lineage directly from amazon's dynamo paper, http://en.wikipedia.org/wiki/Dynamo_(storage_system).
It does much more.

It integrates distributed MapReduce and has a sort of graph api on top of it. You can link objects together and walk the graph.