aboutsummaryrefslogtreecommitdiff
path: root/_bibliography/streaming.bib
diff options
context:
space:
mode:
Diffstat (limited to '_bibliography/streaming.bib')
-rw-r--r--_bibliography/streaming.bib104
1 files changed, 79 insertions, 25 deletions
diff --git a/_bibliography/streaming.bib b/_bibliography/streaming.bib
index 416b697..e9c6622 100644
--- a/_bibliography/streaming.bib
+++ b/_bibliography/streaming.bib
@@ -1,26 +1,80 @@
-@inproceedings{Uniqueness,
- author = {Philipp Haller and
- Martin Odersky},
- title = {Capabilities for Uniqueness and Borrowing},
- booktitle = {ECOOP 2010, Maribor, Slovenia, June 21-25, 2010.},
- pages = {354--378},
- year = {2010},
-}
-
-@inproceedings{Elsman2005,
- author = {Martin Elsman},
- title = {Type-specialized serialization with sharing},
- booktitle = {Trends in Functional Programming},
- year = {2005},
- pages = {47-62},
-}
-
-@article{Kennedy2004,
- author = {Andrew Kennedy},
- title = {Pickler combinators},
- journal = {J. Funct. Program.},
- volume = {14},
- number = {6},
- year = {2004},
- pages = {727-739},
+@inproceedings{chandrasekaran2003telegraphcq,
+ title={TelegraphCQ: continuous dataflow processing},
+ author={Chandrasekaran, Sirish and Cooper, Owen and Deshpande, Amol and Franklin, Michael J and Hellerstein, Joseph M and Hong, Wei and Krishnamurthy, Sailesh and Madden, Samuel R and Reiss, Fred and Shah, Mehul A},
+ booktitle={Proceedings of the 2003 ACM SIGMOD international conference on Management of data},
+ pages={668--668},
+ year={2003},
+ organization={ACM}
+}
+
+@inproceedings{zaharia2012resilient,
+ title={Resilient distributed datasets: A fault-tolerant abstraction for in-memory cluster computing},
+ author={Zaharia, Matei and Chowdhury, Mosharaf and Das, Tathagata and Dave, Ankur and Ma, Justin and McCauley, Murphy and Franklin, Michael J and Shenker, Scott and Stoica, Ion},
+ booktitle={Proceedings of the 9th USENIX conference on Networked Systems Design and Implementation},
+ pages={2--2},
+ year={2012},
+ organization={USENIX Association}
+}
+
+@misc{apachekafka,
+ title = {Apache Kafka},
+ howpublished = {https://kafka.apache.org/},
+ note = {Accessed: 2016-12-9}
+}
+
+@misc{apachestorm,
+ title = {Apache Storm},
+ howpublished = {http://storm.apache.org/},
+ note = {Accessed: 2016-12-9}
+}
+
+@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}
+}
+
+@inproceedings{murray2013naiad,
+ title={Naiad: a timely dataflow system},
+ author={Murray, Derek G and McSherry, Frank and Isaacs, Rebecca and Isard, Michael and Barham, Paul and Abadi, Mart{\'\i}n},
+ booktitle={Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles},
+ pages={439--455},
+ year={2013},
+ organization={ACM}
+}
+
+@article{akidau2015dataflow,
+ title={The dataflow model: a practical approach to balancing correctness, latency, and cost in massive-scale, unbounded, out-of-order data processing},
+ author={Akidau, Tyler and Bradshaw, Robert and Chambers, Craig and Chernyak, Slava and Fern{\'a}ndez-Moctezuma, Rafael J and Lax, Reuven and McVeety, Sam and Mills, Daniel and Perry, Frances and Schmidt, Eric and others},
+ journal={Proceedings of the VLDB Endowment},
+ volume={8},
+ number={12},
+ pages={1792--1803},
+ year={2015},
+ publisher={VLDB Endowment}
+}
+
+@inproceedings{toshniwal2014storm,
+ title={Storm@ twitter},
+ author={Toshniwal, Ankit and Taneja, Siddarth and Shukla, Amit and Ramasamy, Karthik and Patel, Jignesh M and Kulkarni, Sanjeev and Jackson, Jason and Gade, Krishna and Fu, Maosong and Donham, Jake and others},
+ booktitle={Proceedings of the 2014 ACM SIGMOD international conference on Management of data},
+ pages={147--156},
+ year={2014},
+ organization={ACM}
+}
+
+@inproceedings{kulkarni2015twitter,
+ title={Twitter heron: Stream processing at scale},
+ author={Kulkarni, Sanjeev and Bhagat, Nikunj and Fu, Maosong and Kedigehalli, Vikas and Kellogg, Christopher and Mittal, Sailesh and Patel, Jignesh M and Ramasamy, Karthik and Taneja, Siddarth},
+ booktitle={Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data},
+ pages={239--250},
+ year={2015},
+ organization={ACM}
+}
+
+@misc{spotifylabs,
+ title = {Spotify Labs},
+ howpublished = {https://labs.spotify.com/2016/02/25/spotifys-event-delivery-the-road-to-the-cloud-part-i/},
+ note = {Accessed: 2016-12-9}
} \ No newline at end of file