Hacker News new | ask | show | jobs
by BrandonY 3233 days ago
Very 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.

1 comments

Thank you for the feedback.