diff options
| -rw-r--r-- | _bibliography/big-data.bib | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/_bibliography/big-data.bib b/_bibliography/big-data.bib index 7e4cb88..3d96b41 100644 --- a/_bibliography/big-data.bib +++ b/_bibliography/big-data.bib @@ -237,3 +237,35 @@ year={2015}, publisher={VLDB Endowment} } + +@inproceedings{malewicz2010pregel, + title={Pregel: a system for large-scale graph processing}, + author={Malewicz, Grzegorz and Austern, Matthew H and Bik, Aart JC and Dehnert, James C and Horn, Ilan and Leiser, Naty and Czajkowski, Grzegorz}, + booktitle={Proceedings of the 2010 ACM SIGMOD International Conference on Management of data}, + pages={135--146}, + year={2010}, + organization={ACM} +} + +@inproceedings{gonzalez2012powergraph, + title={Powergraph: Distributed graph-parallel computation on natural graphs}, + author={Gonzalez, Joseph E and Low, Yucheng and Gu, Haijie and Bickson, Danny and Guestrin, Carlos}, + booktitle={Presented as part of the 10th USENIX Symposium on Operating Systems Design and Implementation (OSDI 12)}, + pages={17--30}, + year={2012} +} + +@inproceedings{kreps2011kafka, + title={Kafka: A distributed messaging system for log processing}, + author={Kreps, Jay and Narkhede, Neha and Rao, Jun and others}, + booktitle={Proceedings of the NetDB}, + pages={1--7}, + year={2011} +} + +@inproceedings{zaharia2012discretized, + title={Discretized streams: an efficient and fault-tolerant model for stream processing on large clusters}, + author={Zaharia, Matei and Das, Tathagata and Li, Haoyuan and Shenker, Scott and Stoica, Ion}, + booktitle={Presented as part of the}, + year={2012} +} |
