Introducing Phoebus. An implementation of Google's Pregel in Erlang
1–4 of 4 posts
Re: Introducing Phoebus. An implementation of Google's Pregel in Erlang
#2It's also worth pointing out GraphLab, an abstraction for parallel programming over graphs that is higher level than MPI and Pthreads, but lower level and more expressive than MapReduce.
Many machine learning algorithms cannot be expressed in MapReduce without sacrificing scalability, but can be expressed in GraphLab and maintain scalability.
See this thread on MetaOptimize, including commentary from the GraphLab authors:
http://metaoptimize.com/qa/questions/285/when-should-you-pre...
I would be interested in a comparison between Pregel and GraphLab.
Re: Introducing Phoebus. An implementation of Google's Pregel in Erlang
#3In the README, "vertice" is not a word, it should be "vertex".
Re: Introducing Phoebus. An implementation of Google's Pregel in Erlang
#4In the README, "vertice" is not a word, it should be "vertex".
thanx.. fixed it