logo
分类于: 职场办公 云计算&大数据

简介

Stream Processing with Apache Flink: Fundamentals, Implementation, and Operation of Streaming Applications: Fundamentals, Implementation, and Operation of Streaming Applications

Stream Processing with Apache Flink: Fundamentals, Implementation, and Operation of Streaming Applications: Fundamentals, Implementation, and Operation of Streaming Applications 8.3分

资源最后更新于 2020-09-23 15:18:33

作者:Fabian Hueske

出版社:O'Reilly Media

出版日期:2018-01

ISBN:9781491974292

文件格式: pdf

标签: Flink 大数据 流式计算 分布式 stream 计算机科学 O'Reilly 计算机

简介· · · · · ·

Get started with Apache Flink, the open source framework that enables you to process streaming data—such as user interactions, sensor data, and machine logs—as it arrives. With this practical guide, you’ll learn how to use Apache Flink’s stream processing APIs to implement, continuously run, and maintain real-world applications.Authors Fabian Hueske, one of Flink’s creators, an...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
Chapter 1 Introduction into Data Stream Processing
Chapter 2 Stream Processing Fundamentals
Chapter 3 The System Architecture of Apache Flink
Chapter 4 Setting up a development environment for Apache Flink
Chapter 5 The DataStream API (v1.2.0)
Chapter 6 Windowed operations and Time
Chapter 7 Reading and writing data streams
Chapter 8 Stateful and Custom Operators
Chapter 9 Setting up Flink for Streaming Applications
Chapter 10 Operating Flink Streaming Applications