Skip to content

Streaming push_notifications data from Cloud Storage into BigQuery using Cloud Functions

License

Notifications You must be signed in to change notification settings

domenicoborissalvati/gcs-bq-streaming-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming data from Cloud Storage into BigQuery using Cloud Functions

This code looks at a complete ingest pipeline all the way from capturing streaming events (upload of files to Cloud Storage), to doing basic processing, errorm handling, logging and insert stream to bigquery. The example captures events from a bucket (object create) with Cloud Function, reads the file and stream the content (CSV) to a table in BigQuery.

For more details of how to execute the steps of this streaming pipeline, please take a look on Streaming data from Cloud Storage into BigQuery using Cloud Functions Tutorial.

About

Streaming push_notifications data from Cloud Storage into BigQuery using Cloud Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages