Please check though the suggested method <https://cloud.google.com/bigquery/docs/loading-data-cloud-datastore> for exporting from Datastore to BigQuery to see if all the limitations and requirements are compatible with your use case. The document also provides details on how to use Datastore backups <https://cloud.google.com/datastore/docs/export-import-entities> to update BigQuery. App Engine's Python standard runtime connects to Cloud Datastore <https://cloud.google.com/appengine/docs/standard/python/datastore/>using the NDB Client Library <https://cloud.google.com/appengine/docs/standard/python/ndb/> and if you are planning on using App Engine flex <https://cloud.google.com/appengine/docs/flexible/python/using-cloud-datastore> you can use the Client library <https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/flexible/datastore> which also provides a code sample. This is the same for Node.js for Standard <https://cloud.google.com/appengine/docs/standard/nodejs/using-cloud-datastore> and Flex <https://cloud.google.com/appengine/docs/flexible/nodejs/using-cloud-datastore>environments which provides the applicable samples.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d23b7bd3-c22f-4653-b4d7-e603af2b253c%40googlegroups.com.
