Skynet A Ruby Implementation of Google’s Map/Reduce

| | TrackBacks (0)

More ruby stuff, this is a ruby library implementing MapReduce which is a programming model and an associated implementation for processing and generating large data sets.

Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key.

skynet


Skynet is an open source Ruby implementation of Google’s Map/Reduce framework, created at Geni.com. With Skynet, one can easily convert a time-consuming serial task, such as a computationally expensive Rails migration, into a distributed program running on many computers.

0 TrackBacks

Listed below are links to blogs that reference this entry: Skynet A Ruby Implementation of Google’s Map/Reduce.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1872

About this Entry

This page contains a single entry by klsh published on January 16, 2008 9:03 PM.

The Fountain By Darren Aronofsky was the previous entry in this blog.

Jawr rapid development of resources for Javascript and CSS is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.