Show HN: Connect Pub/Sub to BigQuery with an open source Dataflow pipeline
1–4 of 4 posts
Re: Show HN: Connect Pub/Sub to BigQuery with an open source Dataflow pipeline
#2Awesome job bro!
Re: Show HN: Connect Pub/Sub to BigQuery with an open source Dataflow pipeline
#3Very cool! I like how configurable your solution is.
Google has an example app (https://github.com/GoogleCloudPlatform/kubernetes-bigquery-p...) that demonstrates getting Pub/Sub data into BigQuery, but it just does it directly as a little Kubernetes job rather than using Dataflow. I like your more serverless solution.
Re: Show HN: Connect Pub/Sub to BigQuery with an open source Dataflow pipeline
#4Very cool! I like how configurable your solution is. Google has an example app ( https://github.com/GoogleCloudPlatform/kubernetes-bigquery-p... ) that demonstrates getting Pub/Sub data into BigQuery, but it just does it directly as a little Kubernetes job rather than using Dataflow. I like your more serverless solution.
Thank you for the feedback.