Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Big Data Pipelines with Apache Beam

You're reading from  Building Big Data Pipelines with Apache Beam

Product type Book
Published in Jan 2022
Publisher Packt
ISBN-13 9781800564930
Pages 342 pages
Edition 1st Edition
Languages
Author (1):
Jan Lukavský Jan Lukavský
Profile icon Jan Lukavský

Table of Contents (13) Chapters

Preface Section 1 Apache Beam: Essentials
Chapter 1: Introduction to Data Processing with Apache Beam Chapter 2: Implementing, Testing, and Deploying Basic Pipelines Chapter 3: Implementing Pipelines Using Stateful Processing Section 2 Apache Beam: Toward Improving Usability
Chapter 4: Structuring Code for Reusability Chapter 5: Using SQL for Pipeline Implementation Chapter 6: Using Your Preferred Language with Portability Section 3 Apache Beam: Advanced Concepts
Chapter 7: Extending Apache Beam's I/O Connectors Chapter 8: Understanding How Runners Execute Pipelines Other Books You May Enjoy

Summary

In this chapter, we first walked through the steps needed to set up our environment to run the code located at this book's GitHub. We created a minikube cluster and ran Apache Kafka and Apache Flink on top of it. We then found out how to use the scripts located on GitHub to create topics in Kafka and publish messages to them, and how to consume data from topics.

After we walked through the necessary infrastructure, we jumped directly into implementing various practical tasks. The first one was to calculate the K most frequent words in a stream of text lines. In order to accomplish this, we learned how to use the Count and Top transforms. We also learned how to use the TestStream utility to create a simulated stream of input data and use this to write a test case that validates our pipeline implementation. Then, we learned how to deploy our pipeline to a real runner – Apache Flink.

We then got acquainted with another grouping transform – Max, which we...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}