Streaming Systems 2024 pdf epub mobi 電子書 下載


Streaming Systems

簡體網頁||繁體網頁

Streaming Systems pdf epub mobi 著者簡介

Tyler Akidau is a senior staff software engineer at Google, where he is the technical lead for the Data Processing Languages & Systems group, responsible for Google's Apache Beam efforts, Google Cloud Dataflow, and internal data processing tools like Google Flume, MapReduce, and MillWheel. His also a founding member of the Apache Beam PMC. Though deeply passionate and vocal about the capabilities and importance of stream processing, he is also a firm believer in batch and streaming as two sides of the same coin, with the real endgame for data processing systems the seamless merging between the two. He is the author of the 2015 Dataflow Model paper and the Streaming 101 and Streaming 102 articles on the O’Reilly website. His preferred mode of transportation is by cargo bike, with his two young daughters in tow.

Slava Chernyak is a senior software engineer at Google Seattle. Slava spent over five years working on Google’s internal massive-scale streaming data processing systems and has since become involved with designing and building Windmill, Google Cloud Dataflow's next-generation streaming backend, from the ground up. Slava is passionate about making massive-scale stream processing available and useful to a broader audience. When he is not working on streaming systems, Slava is out enjoying the natural beauty of the Pacific Northwest.

Reuven Lax is a senior staff software engineer at Google Seattle, and has spent the past nine years helping to shape Google's data processing and analysis strategy. For much of that time he has focused on Google's low-latency, streaming data processing efforts, first as a long-time member and lead of the MillWheel team, and more recently founding and leading the team responsible for Windmill, the next-generation stream processing engine powering Google Cloud Dataflow. He's very excited to bring Google's data-processing experience to the world at large, and proud to have been a part of publishing both the MillWheel paper in 2013 and the Dataflow Model paper in 2015. When not at work, Reuven enjoys swing dancing, rock climbing, and exploring new parts of the world.


Streaming Systems pdf epub mobi 圖書描述

Streaming data is a big deal in big data these days. As more and more businesses seek to tame the massive unbounded data sets that pervade our world, streaming systems have finally reached a level of maturity sufficient for mainstream adoption. With this practical guide, data engineers, data scientists, and developers will learn how to work with streaming data in a conceptual and platform-agnostic way.

Expanded from Tyler Akidau’s popular blog posts "Streaming 101" and "Streaming 102", this book takes you from an introductory level to a nuanced understanding of the what, where, when, and how of processing real-time data streams. You’ll also dive deep into watermarks and exactly-once processing with co-authors Slava Chernyak and Reuven Lax.

You’ll explore:

How streaming and batch data processing patterns compare

The core principles and concepts behind robust out-of-order data processing

How watermarks track progress and completeness in infinite datasets

How exactly-once data processing techniques ensure correctness

How the concepts of streams and tables form the foundations of both batch and streaming data processing

The practical motivations behind a powerful persistent state mechanism, driven by a real-world example

How time-varying relations provide a link between stream processing and the world of SQL and relational algebra

Streaming Systems 2024 pdf epub mobi 電子書 下載

Streaming Systems pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-05-09

Streaming Systems 2024 pdf epub mobi 電子書 下載

Streaming Systems 2024 pdf epub mobi 電子書 下載

Streaming Systems 2024 pdf epub mobi 電子書 下載



喜欢 Streaming Systems 電子書 的读者还喜欢


Streaming Systems pdf epub mobi 讀後感

評分

Streaming SQL沒有仔細讀,迴頭再來研究; 關於流式計算,這本書講得非常透徹,從數據(bounded data VS unbounded data,stream vs table)到計算(batch vs streaming, window/trigger/accumulation)娓娓道來(有時候甚至覺得囉嗦,哈哈),看完之後會對學習流式計算框架很...

評分

Streaming SQL沒有仔細讀,迴頭再來研究; 關於流式計算,這本書講得非常透徹,從數據(bounded data VS unbounded data,stream vs table)到計算(batch vs streaming, window/trigger/accumulation)娓娓道來(有時候甚至覺得囉嗦,哈哈),看完之後會對學習流式計算框架很...

評分

Streaming SQL沒有仔細讀,迴頭再來研究; 關於流式計算,這本書講得非常透徹,從數據(bounded data VS unbounded data,stream vs table)到計算(batch vs streaming, window/trigger/accumulation)娓娓道來(有時候甚至覺得囉嗦,哈哈),看完之後會對學習流式計算框架很...

評分

Streaming SQL沒有仔細讀,迴頭再來研究; 關於流式計算,這本書講得非常透徹,從數據(bounded data VS unbounded data,stream vs table)到計算(batch vs streaming, window/trigger/accumulation)娓娓道來(有時候甚至覺得囉嗦,哈哈),看完之後會對學習流式計算框架很...

評分

Streaming SQL沒有仔細讀,迴頭再來研究; 關於流式計算,這本書講得非常透徹,從數據(bounded data VS unbounded data,stream vs table)到計算(batch vs streaming, window/trigger/accumulation)娓娓道來(有時候甚至覺得囉嗦,哈哈),看完之後會對學習流式計算框架很...

類似圖書 點擊查看全場最低價
出版者:O'Reilly Media
作者:Tyler Akidau
出品人:
頁數:352
譯者:
出版時間:2017-10-25
價格:USD 39.99
裝幀:Paperback
isbn號碼:9781491983874
叢書系列:

圖書標籤: 流式計算  大數據  分布式  流計算  計算機  數據庫  軟件工程  數據挖掘   


Streaming Systems 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Streaming Systems pdf epub mobi 用戶評價

評分

流式係統內部的一些設計點,寫的有些囉嗦

評分

前兩章就已經定義齣一個流式計算的幾個要素瞭,後麵的一些概念都是用這幾個要素組閤齣來的。窗口那章感覺挺好懂的,有點囉嗦。effectly once 那章講瞭一下google dataflow的內部實現方式。sql語句和後麵的join那章將最開始定義的幾個要素劃到sql的世界當中,整個流式sql的理論講述的非常清晰瞭。 如果讀過flink的文檔,這本書隻要看上麵提到的章節即可。

評分

囉嗦得要死,一句話能說清楚的搞一大段亂七八糟的。

評分

從看的時候的五星,到看完後的四星,真是頗長時間纔讀完啊。從流式計算的角度來說,它屬於科普性質的教材,介紹瞭流式計算裏的重要概念,對於研究流式計算的人來說,那是做瞭很好的抽象和總結。對於普通人來說,是有些麯高和寡。

評分

一般,比較無聊

Streaming Systems 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有