Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 450 Bytes

File metadata and controls

8 lines (6 loc) · 450 Bytes

bigQueryPubliser

Cloud function that subscribes to GCP Pub/Sub topic and saves the received data into GCP Big Query. It subscribes to the telemetry-topic from selfhydro

Deploy (first time)

gcloud functions deploy TransferStateToBigQuery --runtime go111 --env-vars-file .env.yaml --trigger-topic telemetry-topic

Deploy

gcloud functions deploy TransferStateToBigQuery --env-vars-file .env.yaml