-
Book Overview & Buying
-
Table Of Contents
Fundamentals of Apache Flink
By :
Fundamentals of Apache Flink
By:
Overview of this book
Have you heard of Apache Flink, but don't know how to use it to get on top of big data? Have you used Flink, but want to learn how to set it up and use it properly? Either way, this course is for you.
This course first introduces Flink concepts and terminology, and then moves on to building a Flink instance, collecting data, and using that data to generate output that can be used as processed data input into other systems. You will also use the Flink APIs to process data in batch and streaming modes.
By the end of the course, you will be capable of using the Apache Flink ecosystem to achieve complex tasks such as event processing and machine learning.
The code files for this course are available at -https://github.com/PacktPublishing/Fundamentals-of-Apache-Flink
Table of Contents (6 chapters)
Introduction to Flink
Using a Flink Cluster UI and Data Onboarding
Batch Analytics with Apache Flink Transformations
Batch Analytics with Apache Flink Aggregations and Joins
Stream Processing with Apache Flink Transformations
Advanced Stream Processing with Apache Flink