Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

bigquery: Use streaming API#328

Open
milen-yordanov wants to merge 1 commit intofippo:masterfrom
milen-yordanov:master
Open

bigquery: Use streaming API#328
milen-yordanov wants to merge 1 commit intofippo:masterfrom
milen-yordanov:master

Conversation

@milen-yordanov
Copy link

Removes the need of BigQuery records buffering in a local file for 5 minutes.
The bigquery.load() API has a rate limit of "Load jobs per table per day — 1,500 (including failures)"
The bigquery.insert() (streaming) API does not have such rate limit but it costs: "$0.010 per 200 MB"

See:
https://cloud.google.com/bigquery/streaming-data-into-bigquery
https://cloud.google.com/bigquery/quotas#streaming_inserts
https://cloud.google.com/bigquery/pricing#streaming_pricing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant