Phoebus: Erlang-based Implementation of Google’s Pregel
From Alex Popescu’s myNoSQL a report on another parallel graph database engine.
You can also see the source code at the project site.
The project site points to: Pregel: a system for large-scale graph processing (2009), a one page summary about Pregel, but you may find: Pregel: a system for large-scale graph processing (2010), at eleven (11) pages of interesting detail more helpful.
BTW, the following two citations are actually the same paper, literally:
http://dx.doi.org/10.1145/1583991.1584010
@inproceedings{Malewicz:2009:PSL:1583991.1584010,
author = {Malewicz, Grzegorz and Austern, Matthew H. and Bik, Aart J.C. and Dehnert, James C. and Horn, Ilan and Leiser, Naty and Czajkowski, Grzegorz},
title = {Pregel: a system for large-scale graph processing},
booktitle = {Proceedings of the twenty-first annual symposium on Parallelism in algorithms and architectures},
series = {SPAA ’09},
year = {2009},
isbn = {978-1-60558-606-9},
location = {Calgary, AB, Canada},
pages = {48–48},
numpages = {1},
url = {http://doi.acm.org/10.1145/1583991.1584010},
doi = {http://doi.acm.org/10.1145/1583991.1584010},
acmid = {1584010},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {distributed computing, graph algorithms},
}
and,
http://dx.doi.org/10.1145/1582716.1582723
@inproceedings{Malewicz:2009:PSL:1582716.1582723,
author = {Malewicz, Grzegorz and Austern, Matthew H. and Bik, Aart J.C. and Dehnert, James C. and Horn, Ilan and Leiser, Naty and Czajkowski, Grzegorz},
title = {Pregel: a system for large-scale graph processing},
booktitle = {Proceedings of the 28th ACM symposium on Principles of distributed computing},
series = {PODC ’09},
year = {2009},
isbn = {978-1-60558-396-9},
location = {Calgary, AB, Canada},
pages = {6–6},
numpages = {1},
url = {http://doi.acm.org/10.1145/1582716.1582723},
doi = {http://doi.acm.org/10.1145/1582716.1582723},
acmid = {1582723},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {distributed computing, graph algorithms},
}
Different DOIs, different citations statistics, same text.
Just so you don’t include both in a bibliography.