Cascalog allows you to query Hadoop in Clojure with an expressive language inspired by Datalog. Follow the getting started steps, check out the tutorial, and you'll be running Cascalog queries locally within 5 minutes. Cascalog also features ... 続きを読む
Scalaris is a distributed key-value store.Mailing list: http://groups.google.com/group/scalaris Documentation: GettingStarted APIs Users and developers guide in the SVN: trunk/user-dev-guide/main.pdf Related projects: http://code.google.com/p... 続きを読む
Voldemort is a distributed key-value storage system Data is automatically replicated over multiple servers. Data is automatically partitioned so each server contains only a subset of the total data Server failure is handled transparently Plug... 続きを読む
Why 5 of these aren’t suitable What I’m really looking for is a low latency, replicated, distributed key-value store. Something that scales well as you feed it more machines, and doesn’t require much setup or maintenance - it should just w... 続きを読む