从谷歌云数据存储迁移到谷歌云sql

Ram*_*ams 5 google-cloud-sql google-cloud-datastore google-cloud-platform

我们将 Google Cloud Datastore 用于我们的 Google App Engine (GAE) 应用程序。在我们的项目改造期间,我们希望将我们的数据库从 Datastore 迁移到 Google Cloud SQL。

我们在 Datastore 中有大约 1 TB 的数据,不包括索引。

如何从 Datastore 迁移到 Cloud SQL,是否有可用的现有开源解决方案。

我检查了以下一个 https://cloud.google.com/datastore/docs/export-import-entities,这对在数据存储和 sql 之间迁移数据没有帮助

谢谢

Jim*_*son 1

您可以使用Cloud Datastore 到 JSON 数据流模板导出到 JSON 文件,然后运行脚本将 JSON 文件读入 cloud sql。