Export from BigQuery to Google Cloud Datastore

Is there a trick for exporting Google BigQuery data to Google Cloud Datastore? I can read that the opposite is possible.

+3


source to share


1 answer


There is no built-in function to create entities in the datastore from query results. You can of course write code using the APIs libraries , which however does some BQ results and does data inserts.



+1


source







All Articles