Project

mandy

0.03
No commit activity in last 3 years
No release in over 3 years
Mandy is Ruby Map/Reduce Framework built onto of the Hadoop Distributed computing platform.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.