trafficbroker / mandy
- Source
- Commits
- Network (3)
- Issues (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
cf642bd
commit cf642bd56fd891b3e95a5541ae3be3562558f179
tree 31ef23340ba9cb8c55a036decb644914fa0a655b
parent 998c1bacfa03f9767b936afbc952f8f09295c4ba
tree 31ef23340ba9cb8c55a036decb644914fa0a655b
parent 998c1bacfa03f9767b936afbc952f8f09295c4ba
mandy /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jul 09 10:17:42 -0700 2009 | |
| |
LICENCE | Fri Aug 21 10:40:15 -0700 2009 | |
| |
Rakefile | Wed Oct 21 03:23:18 -0700 2009 | |
| |
VERSION | ||
| |
bin/ | ||
| |
bootstrap.rb | Tue Oct 20 01:57:53 -0700 2009 | |
| |
examples/ | Thu Oct 15 12:01:12 -0700 2009 | |
| |
geminstaller.yml | Tue Oct 20 01:16:05 -0700 2009 | |
| |
lib/ | ||
| |
mandy.gemspec | Fri Oct 23 08:49:48 -0700 2009 | |
| |
readme.md | Fri Oct 09 07:14:44 -0700 2009 | |
| |
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.

