mycloud - cluster computing in the small

jieforest發表於2012-11-17
I spent a little time cleaning up mycloud recently – it’s a Python library that gives you a simple map/mapreduce interface without any setup (just SSH access).

I’ve been using it a lot for little processing tasks – it saves me a lot of time over running things using just my machine, or having to switch over to writing Hadoop code.

Source is on github, and the package is available on PyPi for easy installation:

CODE:

pip install [--user] mycloudBegin verbatim README dump
MyCloud makes parallelizing your existing Python code using local machines easy – all you need is SSH access to a machine and you too can be part of this whole cloud revolution!

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-749392/,如需轉載,請註明出處,否則將追究法律責任。

相關文章