如何从BigQuery导出到Datastore?

问题描述 投票:-1回答:1

我在BigQuery中有表,我想在Datastore中导出和导入。怎么实现呢?

google-bigquery google-cloud-datastore
1个回答
0
投票

您可以将BigQuery数据导出为CSV,然后将CSV导入数据存储区。第一步很简单,记录良好的https://cloud.google.com/bigquery/docs/exporting-data#exporting_data_stored_in_bigquery。第二步,有许多资源可以帮助您实现这一目标。例如, https://groups.google.com/forum/#!topic/google-appengine/L64wByP7GAY Import CSV into google cloud datastore

© www.soinside.com 2019 - 2024. All rights reserved.