Hello all,
I am currently doing master's thesis on Apache-flink. It would be really helpful to know about the reference papers followed for the development/background of flink. It would help me build a solid background knowledge to analyze flink. Currently I am reading all the related materials found in internet and flink/data-artisan materials provided. Could you please suggest me. Best Regards, Subash Basnet |
You might want to check out the Stratosphere project web site:
http://stratosphere.eu/project/publications/ -Matthias On 02/12/2016 05:52 PM, subash basnet wrote: > Hello all, > > I am currently doing master's thesis on Apache-flink. It would be really > helpful to know about the reference papers followed for the > development/background of flink. > It would help me build a solid background knowledge to analyze flink. > > Currently I am reading all the related materials found in internet and > flink/data-artisan materials provided. > Could you please suggest me. > > > > Best Regards, > Subash Basnet signature.asc (836 bytes) Download Attachment |
Hello Matthias, Thank you very much :) Best Regards, Subash Basnet On Fri, Feb 12, 2016 at 8:22 PM, Matthias J. Sax <[hidden email]> wrote: You might want to check out the Stratosphere project web site: |
Hi! What Flink implements on the Streaming side is not part of Stratosphere any more, so unfortunately not linked on that website. Here are some pointers: - Fault tolerance: http://arxiv.org/abs/1506.08603 - The streaming model (windows / event time) is based on the Dataflow model: http://people.csail.mit.edu/matei/courses/2015/6.S897/readings/google-dataflow.pdf - The CEP library is inspired by https://people.cs.umass.edu/~yanlei/publications/sase-sigmod08.pdf Greetings, Stephan On Fri, Feb 12, 2016 at 8:42 PM, subash basnet <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |