===============================================================================
        _____                                  _       
       / ___ \       _                        | |      
      | |   | | ____| |_  ___  ____   ___   _ | | ____ 
      | |   | |/ ___)  _)/ _ \|  _ \ / _ \ / || |/ _  |
      | |___| ( (___| |_| |_| | | | | |_| ( (_| ( ( | |
       \_____/ \____)\___)___/| ||_/ \___/ \____|\_||_|
                              |_|                      

      Copyright (C) 2012 Thejesh GN <i at thejeshgn dot com >, MIT License
===============================================================================

Welcome

Welcome to octopoda. A simple MapReduce framework for Humans.

Repo:

$hg clone http://code.thejeshgn.com/octopoda

Run:

Starting Server:

$ python octopoda.py server ./examples/triangular.py

Starting Client on the same machine:

$ python octopoda.py client localhost

Starting Client on a different machine:

$ python octopoda.py client localhost SERVER_IP_ADDRESS

History

Octopoda's initial code was based on the works of octo.py