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
Post a Comment