Skynet A Ruby Implementation of Google’s Map/Reduce
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 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