简体   繁体   English

在Google App Engine上运行数据存储区查询

[英]Running Datastore queries on Google App Engine

How we can run queries from local machine to remote app deployed on Google app engine? 我们如何运行从本地计算机到部署在Google App Engine上的远程应用程序的查询? (not talking for admin web console) (不讨论管理Web控制台)

Traditionally we can connect to remote db as easy as local, just by using remote IP. 传统上,我们只需使用远程IP就可以像本地一样轻松地连接到远程数据库。

You can use Appengine Remote API to access the appengine services from any Java application. 您可以使用Appengine远程API从任何Java应用程序访问appengine服务。 For example, you can use Remote API to access a production datastore from an app running on your local machine. 例如,您可以使用远程API从本地计算机上运行的应用访问生产数据存储。 You can also use Remote API to access the datastore of one App Engine app from a different App Engine app. 您还可以使用远程API从另一个App Engine应用程序访问一个App Engine应用程序的数据存储。

Please refer this: https://cloud.google.com/appengine/docs/java/tools/remoteapi 请参考: https : //cloud.google.com/appengine/docs/java/tools/remoteapi

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

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