trafficbroker / mandy

Easy Peasy Map/Reduce

This URL has Read+Write access

commit  26e2e87c9bf79af3bbe0befab9d990963da28f9d
tree    7ec139e434b27980804599ad1e5082d55c4ae26c
parent  48c5915708c776fad2cd1d91490bf8dd05f1fd1d
mandy /
name age message
file .gitignore Thu Jul 09 10:17:42 -0700 2009 bump gem version [andykent]
file LICENCE Fri Aug 21 10:40:15 -0700 2009 Oops, add MIT licence :) [pingles]
file Rakefile Wed Oct 21 03:23:18 -0700 2009 much better hadoop error handling, we now retur... [andykent]
file VERSION Loading commit data...
directory bin/
file bootstrap.rb Tue Oct 20 01:57:53 -0700 2009 fix the bootstrap [andykent]
directory examples/ Thu Oct 15 12:01:12 -0700 2009 added a nice error message if mandy autoruns bu... [andykent]
file geminstaller.yml Tue Oct 20 01:16:05 -0700 2009 don't use a default gemfile if one is provided [andykent]
directory lib/
file mandy.gemspec
file readme.md Fri Oct 09 07:14:44 -0700 2009 make the command line tools a bit more friendly... [andykent]
directory spec/
readme.md

Mandy - Simplified Hadoop distribution for Ruby code

Mandy hides the differences and complexities between running map/reduce tasks locally or distributed or in test environments.

It provides a simple DSL to define new jobs for distribution. See examples/word_count.rb for a demo of some functionality. Run the word count example locally with...

mandy-local examples/word_count.rb examples/alice.txt examples/output

Mandy more examples can be found at http://github.com/trafficbroker/mandy-lab

We are very light on documentation at the moment we are aware of the problem and are working hard to rectify it.

Mandy is licensed under the MIT Licence, please see LICENCE for further information.