PubSub to BigQuery: How to Build a Data Pipeline Using Dataflow, Apache Beam, and Java
I’ve recently worked on a project that required me to collect data from Google PubSub and load it into different BigQuery tables. I’ve faced many challenges during this process so I would like to share my experience building a complete data pipeline in Google Cloud Platform.
Problem statement