项目作者: chees

项目描述 :
Export Google Datastore to BigQuery
高级语言: Shell
项目地址: git://github.com/chees/datastore2bigquery.git
创建时间: 2017-09-09T18:53:32Z
项目社区:https://github.com/chees/datastore2bigquery

开源协议:

下载


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:

  1. ./datastore2bigquery.sh PROJECT KIND [BQDATASET]

Example:

  1. ./datastore2bigquery.sh code-cooking Food

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

  1. gcloud components install bq gsutil