Tag: Dataflow

GCP Dataflow Flex Template Pipeline ??? Part 1 (Overview)

In this project, we will be building a data pipeline using the GCP Dataflow service. We will be creating a Flex template in which you can pass API endpoint response, extract keys in the response, and then export it to BigQuery. Repository with Full Code: https://github.com/amandeepsaluja/g...

How To Create Dataflow Job with Scio

A group of brilliant engineers in Google led by Paul Nordstrom wants to create a system that does the streaming data process that MapReduce did for batch data processing. They wanted to provide a robust abstraction and scale to a massive size. Building MillWheel was no easy feat. Testin...