简体   繁体   English

将数据从本地主机发送到App Engine实体

[英]send data from localhost to app engine entity

I used to do this a while back (about 3 years ago). 我曾经做过一段时间(大约3年前)。 I don't remember how, so maybe someone here can help me. 我不记得怎么做,所以也许有人可以帮助我。

I create some entities in localhost datastore. 我在本地主机数据存储区中创建了一些实体。 Now I need to transfer the entities to the production datastore. 现在,我需要将实体转移到生产数据存储中。 I have existing entities in the store that I do not wish to delete. 我在商店中已有一些我不想删除的实体。 I just want to admit the additional data to production. 我只想将其他数据纳入生产。 Any ideas how I might do this? 有什么想法我该怎么做?

You can enable remote API for your application, then use a locally running program to auth to the remote API and do datastore operations. 您可以为应用程序启用远程API ,然后使用本地运行的程序对远程API进行身份验证并执行数据存储操作。 This is outlined on the docs paged linked. 链接的文档页面对此进行了概述。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM