The Wayback Machine - https://web.archive.org/web/20220427023050/https://github.com/chees/datastore2bigquery
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Export Google Datastore to BigQuery

See this screen recording on YouTube for the demo:

YouTube video

This script exports a Datastore kind to Cloud Storage, imports it into BigQuery and then deletes the Cloud Storage files.

Usage:

./datastore2bigquery.sh PROJECT KIND [BQDATASET]

Example:

./datastore2bigquery.sh code-cooking Food

This script requires the bq and gsutil gcloud components, so install those first if you haven't already:

gcloud components install bq gsutil

About

Export Google Datastore to BigQuery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages