Skip to content

CloudMile/cf_gcs_csv_to_bq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf_gcs_csv_to_bq

When GCS csv finalize, trigger to BigQuery in using Golang on Cloud Functions

Editor Config

copy .env.example.yaml to .env.yaml

$ cp .env.example.yaml .env.yaml
$ vim ./.env.yaml

Setup your BQ project_id, dataset and table name

Deploy

$ gcloud functions deploy GCSToBigQuery \
  --runtime go111 \
  --trigger-resource <YOUR_BUCKET_NAME> \
  --trigger-event google.storage.object.finalize \
  --env-vars-file .env.yaml

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages