Export Google Cloud Datastore and import to BigQuery programmatically -


i'm looking method export cloud datastore , import bigquery daily. manual way described @ google page. not find clean way automate it.

there isn't simple way this, can separate out 2 parts: creating appengine backups , loading them bigquery.

you can use scheduled backups create datastore backups periodically (https://cloud.google.com/appengine/articles/scheduled_backups).

you can use apps script automate bigquery portion (https://developers.google.com/apps-script/advanced/bigquery#load_csv_data) or use appengine cron same thing.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -