Skip to content

Cloud function to export datastore backup and load into bigquery

Notifications You must be signed in to change notification settings

tkyshm/datastore_to_bq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Function to export datastore backup and load into bigquery.

deploy

$ gcloud functions deploy datastore_to_bq \
    --entry-point DatastoreToBQ \
    --runtime go111 \
    --set-env-vars 'PROJECT_ID=...,BUCKET=...' \
    --trigger-http \
    --project ... \
    --region ...

Environment variables

name desc
PROJECT_ID gcp project
BUCKET GCS Bucket
DATASET Bigquery dataset
KIND Datastore kind
NAMESPACE Datastore namespace

About

Cloud function to export datastore backup and load into bigquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages