Any Open Source Pregel like framework for distributed processing of large Graphs?

Posted by Akshay Bhat on Stack Overflow See other posts from Stack Overflow or by Akshay Bhat
Published on 2010-06-06T21:44:48Z Indexed on 2010/06/06 21:52 UTC
Read the original article Hit count: 418

Google has described a novel framework for distributed processing on Massive Graphs.

http://portal.acm.org/citation.cfm?id=1582716.1582723

I wanted to know if similar to Hadoop (Map-Reduce) are there any open source implementations of this framework?

I am actually in process of writing a Pseudo distributed one using python and multiprocessing module and thus wanted to know if someone else has also tried implementing it. Since public information about this framework is extremely scarce. (A link above and a blog post at Google Research)

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about graph