【发布时间】:2014-07-01 08:28:39
【问题描述】:
我使用 ndb.Model 和 ndb.PolyModel 为我的 Python App Engine 应用程序构建了一组复杂的 NDB 模型,其中包含大量 StructuredProperty 和专门的 ndb.Property 属性。
是否可以在 Compute Engine 实例上使用可在 App Engine 上运行的 google.ext.ndb 等库?
这样我可以在 App Engine 和 Compute Engine 上使用相同、舒适的 NDB 对象模型来存储和查询数据。
【问题讨论】:
标签: python google-cloud-datastore