Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 327 Bytes

Pregel

This is a toy single-machine implementation of Pregel, Google's system for running large-scale graph algorithms on a large cluster of machines.

For an illustration of how to use this implementation of Pregel, see the example code in pagerank.py.

For more information, see http://michaelnielsen.org/ddi/pregel/