Jug

It is a light-weight, Python only, distributed computing framework.
Download

Jug Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Luis Pedro Coelho
  • File Size:
  • 1013 KB

Jug Tags


Jug Description

Jug allows you to write code that is broken up into tasks and run different tasks on different processors. You can also think of it as a lightweight map-reduce type of system, although it's a bit more flexible (and less scalable). Jug is a Python implementation of a distributed computing framework. It has two storage backends: One uses the filesystem to communicate between processes and works correctly over NFS, so you can coordinate processes on different machines. The other uses a redis database and all it needs is for different processes to be able to communicate with a common redis server.


Jug Related Software