CloudCrowd — Parallel Processing for the Rest of Us
CloudCrowd is a new gem that provides convenient, MapReduce-inspired, scalable processing for slow jobs like image resizing, PDF processing, and video encoding. The gem provides a central server and job queue, worker daemons that can be run from anywhere, and a web interface for keeping track of it all.
Comments
Here’s the blog post announcing it with a bit more detail:
http://www.documentcloud.org/blog/2009/09/14/cloudcrowd-parallel-processing-for-the-rest-of-us/
Post a comment