An open API service indexing awesome lists of open source software.

https://github.com/tosh2230/pubsub-dataflow-bigquery

Google Cloud Dataflow for 'Exactly-Once' streaming insertion, from Google Cloud Pub/Sub to Google BigQuery.
https://github.com/tosh2230/pubsub-dataflow-bigquery

bigquery dataflow gcp google-cloud google-cloud-platform pubsub

Last synced: 5 months ago
JSON representation

Google Cloud Dataflow for 'Exactly-Once' streaming insertion, from Google Cloud Pub/Sub to Google BigQuery.

Awesome Lists containing this project

README

          

# pubsub-dataflow-bigquery

A sample code of Google Cloud Dataflow for 'Exactly-Once' streaming insertion, from Google Cloud Pub/Sub to Google BigQuery.

```sh
bash ./setup.sh

cd ./dataflow
docker build -t pubsub-dataflow-bigquery .

docker run --rm -v ~/.config:/root/.config -e GCP_PROJECT=your-project-id pubsub-dataflow-bigquery bash /tmp/start_streaming.sh
```