Skip to content
xslogic edited this page Nov 6, 2010 · 2 revisions

Phoebus is a system written in Erlang for Distributed processing of very large graphs that span billions of vertices and edges. It is basically an implementation of Google's Pregel paper. It supports a Distributed model of computation similar to MapReduce, but more tuned to Graph processing.

Clone this wiki locally