the dataflow model
play

The Dataflow Model A Practical Approach to Balancing Correctness, - PowerPoint PPT Presentation

The Dataflow Model A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing Tyler Akidau et al. Christopher Little Outline Prerequisites Problem System Evaluation


  1. The Dataflow Model A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing Tyler Akidau et al. Christopher Little

  2. Outline Prerequisites Problem System Evaluation

  3. Prerequisites

  4. Event vs Processing Time

  5. Low Watermark

  6. Fixed Windowing

  7. Unaligned Windowing (Tuples)

  8. Unaligned Windowing (Sessions)

  9. Problem

  10. Tracking Video Sessions - Online/ Offline video platform - Want aggregate stats per user: track sessions - Pay advertisers per view: must be correct - Want to adjust bids fast: low latency - Must scale: distributed system

  11. “A major shortcoming of all the models and systems mentioned above, is that they focus on input data as something which will at some point become complete.”

  12. System

  13. – What results are being computed. – Where in event time they are being computed. – When in processing time they are materialized. – How earlier results relate to later refinements.

  14. – What results are being computed. ✔ – Where in event time they are being computed. – When in processing time they are materialized. – How earlier results relate to later refinements.

  15. Two Primitive Transforms (fix, 1) (fit, 2) ParDo ( ExpandPrefixes ) (f, 1) (fi, 1) (fix, 1) (f, 2) (fi, 2) (fit, 2) GroupByKey (f, [1, 2]) (fi, [1, 2]) (fix, [1]) (fit, [2])

  16. Session Windowing Example (k1, (v1, 13:02)) (k1, (v1, [13:02, 13:32])) ParDo (k2, (v2, 13:14)) (k2, (v2, [13:14, 13:44])) (k1, (v3, 13:57)) (k1, (v3, [13:57, 14:27])) AssignWindows (k1, (v4, 13:20)) (k1, (v4, [13:20, 13:50])) GroupByKey w s o d i n W e r g M e (k1, ([(v1, [13:02, 13:32]) (k1, ([v1, v4], [13:02, 13:50])) ParDo ,(v3, [13:57, 14:27]) (k1, ([v3], [13:57, 14:27])) ,(v4, [13:20, 13:50])])) MergeWindows (k2, ([v2], [13:14, 13:44])) (k2, ([(v2, [13:14, 13:44])]))

  17. – What results are being computed. ✔ – Where in event time they are being computed. ✔ – When in processing time they are materialized. – How earlier results relate to later refinements.

  18. Triggering

  19. Triggering (end of time)

  20. Triggering (periodically)

  21. Triggering (on input, tuples)

  22. Triggering (on watermark+input)

  23. – What results are being computed. ✔ – Where in event time they are being computed. ✔ – When in processing time they are materialized. ✔ – How earlier results relate to later refinements.

  24. Accumulating

  25. Discarding

  26. Accumulating + Retracting

  27. – What results are being computed. ✔ – Where in event time they are being computed. ✔ – When in processing time they are materialized. ✔ – How earlier results relate to later refinements. ✔

  28. Evaluation

  29. Evaluation - Name - Concepts - Necessity - Clarity

  30. The Dataflow Model A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing Tyler Akidau et al. Christopher Little

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend