Coding For Rent

A blog by Josh Moore all about working with Rails, Ruby, and other programming stuff

By: Joshua Moore

Ruby Reduce Alpha Release

Today I have released Ruby Reduce. A gem, that as the name implies, is an implementation of the google’s map reduce function in Ruby. Right now the implementation is very limited in several key ways:

  • it only accepts Rails 3 logs as input
  • output written to MongoDB
  • single threaded no distribution.

Despite these limitations it does work and it will allow you to reduce Rails log files so that you can analysis the data that they contain. More information and usage at the Github page

blog comments powered by Disqus
RSS profile for Josh Moore at Stack Overflow, Q&A for professional and enthusiast programmers