Cargando…

Stream processing with Apache Flink : fundamentals, implementation, and operation of streaming applications /

"Get started with Apache Flink, the open source framework that powers some of the world's largest stream processing applications. With this practical book, you'll explore the fundamental concepts of parallel stream processing and discover how this technology differs from traditional b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Hueske, Fabian (Autor), Kalavri, Vasiliki (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, Inc., 2019.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1097184105
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 190415t20192019caua ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d TEFOD  |d YDXIT  |d UMI  |d MERER  |d YDX  |d UKAHL  |d OCLCQ  |d VT2  |d OCLCQ  |d OCLCO  |d NZAUC  |d OCLCQ 
015 |a GBB7F9145  |2 bnb 
016 7 |a 018495486  |2 Uk 
019 |a 1097313086  |a 1099281163  |a 1122591126  |a 1202569676  |a 1240527902 
020 |a 9781491974261  |q (electronic book) 
020 |a 1491974265  |q (electronic book) 
020 |a 9781491974247  |q (electronic book) 
020 |a 1491974249  |q (electronic book) 
020 |z 9781491974292 
020 |z 149197429X 
029 1 |a AU@  |b 000065538732 
029 1 |a AU@  |b 000069001918 
035 |a (OCoLC)1097184105  |z (OCoLC)1097313086  |z (OCoLC)1099281163  |z (OCoLC)1122591126  |z (OCoLC)1202569676  |z (OCoLC)1240527902 
037 |a 54C11709-AD5F-496B-9763-40531BDF5272  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.887  |b .H84 2019 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.7/876  |2 23 
049 |a UAMI 
100 1 |a Hueske, Fabian,  |e author. 
245 1 0 |a Stream processing with Apache Flink :  |b fundamentals, implementation, and operation of streaming applications /  |c Fabian Hueske and Vasiliki Kalavri. 
250 |a First edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly Media, Inc.,  |c 2019. 
264 4 |c ©2019 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from digital title page (viewed on May 13, 2019). 
505 0 |a Cover; Copyright; Table of Contents; Preface; What You Will Learn in This Book; Conventions Used in This Book; Using Code Examples; O'Reilly Online Learning; How to Contact Us; Acknowledgments; Chapter 1. Introduction to Stateful Stream Processing; Traditional Data Infrastructures; Transactional Processing; Analytical Processing; Stateful Stream Processing; Event-Driven Applications; Data Pipelines; Streaming Analytics; The Evolution of Open Source Stream Processing; A Bit of History; A Quick Look at Flink; Running Your First Flink Application; Summary 
505 8 |a Chapter 2. Stream Processing FundamentalsIntroduction to Dataflow Programming; Dataflow Graphs; Data Parallelism and Task Parallelism; Data Exchange Strategies; Processing Streams in Parallel; Latency and Throughput; Operations on Data Streams; Time Semantics; What Does One Minute Mean in Stream Processing?; Processing Time; Event Time; Watermarks; Processing Time Versus Event Time; State and Consistency Models; Task Failures; Result Guarantees; Summary; Chapter 3. The Architecture of Apache Flink; System Architecture; Components of a Flink Setup; Application Deployment; Task Execution 
505 8 |a Highly Available SetupData Transfer in Flink; Credit-Based Flow Control; Task Chaining; Event-Time Processing; Timestamps; Watermarks; Watermark Propagation and Event Time; Timestamp Assignment and Watermark Generation; State Management; Operator State; Keyed State; State Backends; Scaling Stateful Operators; Checkpoints, Savepoints, and State Recovery; Consistent Checkpoints; Recovery from a Consistent Checkpoint; Flink's Checkpointing Algorithm; Performace Implications of Checkpointing; Savepoints; Summary; Chapter 4. Setting Up a Development Environment for Apache Flink; Required Software 
505 8 |a Run and Debug Flink Applications in an IDEImport the Book's Examples in an IDE; Run Flink Applications in an IDE; Debug Flink Applications in an IDE; Bootstrap a Flink Maven Project; Summary; Chapter 5. The DataStream API (v1.7); Hello, Flink!; Set Up the Execution Environment; Read an Input Stream; Apply Transformations; Output the Result; Execute; Transformations; Basic Transformations; KeyedStream Transformations; Multistream Transformations; Distribution Transformations; Setting the Parallelism; Types; Supported Data Types; Creating Type Information for Data Types 
505 8 |a Explicitly Providing Type InformationDefining Keys and Referencing Fields; Field Positions; Field Expressions; Key Selectors; Implementing Functions; Function Classes; Lambda Functions; Rich Functions; Including External and Flink Dependencies; Summary; Chapter 6. Time-Based and Window Operators; Configuring Time Characteristics; Assigning Timestamps and Generating Watermarks; Watermarks, Latency, and Completeness; Process Functions; TimerService and Timers; Emitting to Side Outputs; CoProcessFunction; Window Operators; Defining Window Operators; Built-in Window Assigners 
504 |a Includes bibliographical references and index. 
520 |a "Get started with Apache Flink, the open source framework that powers some of the world's largest stream processing applications. With this practical book, you'll explore the fundamental concepts of parallel stream processing and discover how this technology differs from traditional batch data processing. Longtime Apache Flink committers Fabian Hueske and Vasia Kalavri show you how to implement scalable streaming applications with Flink's DataStream API and continuously run and maintain these applications in operational environments. Stream processing is ideal for many use cases, including low-latency ETL, streaming analytics, and real-time dashboards as well as fraud detection, anomaly detection, and alerting. You can process continuous data of any kind, including user interactions, financial transactions, and loT data, as soon as you generate them."--  |c Provided by publisher 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Apache Flink (Electronic resource) 
650 0 |a Streaming technology (Telecommunications)  |v Software. 
650 0 |a Big data. 
650 6 |a En continu (Télécommunications)  |v Logiciels. 
650 6 |a Données volumineuses. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Big data.  |2 fast  |0 (OCoLC)fst01892965 
650 7 |a Streaming technology (Telecommunications)  |2 fast  |0 (OCoLC)fst01134637 
655 7 |a Software.  |2 fast  |0 (OCoLC)fst01411640 
700 1 |a Kalavri, Vasiliki,  |e author. 
776 0 8 |i Print version:  |a Hueske, Fabian.  |t Stream processing with Apache Flink.  |d Beijing : O'Reilly, 2017  |z 9781491974292  |w (OCoLC)975362966 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491974285/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36183993 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5750356 
938 |a EBSCOhost  |b EBSC  |n 2102045 
938 |a YBP Library Services  |b YANK  |n 16164325 
994 |a 92  |b IZTAP