Skip to content

Publish data from selfhydro's to Big Query using GCP Cloud Functions

Notifications You must be signed in to change notification settings

selfhydro/BigQueryPublisher

Repository files navigation

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

About

Publish data from selfhydro's to Big Query using GCP Cloud Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published