【发布时间】:2018-10-11 08:09:34
【问题描述】:
我们将 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,不利于datastore和sql之间的数据迁移
谢谢
【问题讨论】:
标签: google-cloud-platform google-cloud-datastore google-cloud-sql