简体   繁体   English

谷歌appengine数据存储客户端

[英]google appengine datastore client

是否有工具/客户端可以在里面查看并对google appengine数据存储区进行查询?

Starting with release 1.1.9 of the App Engine SDK, however, there's a new way to interact with the datastore, in the form of the remote_api module. 然而,从App Engine SDK的1.1.9版开始,有一种以remote_api模块的形式与数据存储进行交互的新方法。 This module allows remote access to the App Engine datastore, using the same APIs you know and love from writing App Engine Apps. 此模块允许远程访问App Engine数据存储区,使用您熟悉并喜欢编写App Engine应用程序的相同API。

And some wrapper around it: 还有一些包装它:

Today, I will share with you a simple script – remote.py – which can do all the necessary staging in order for us to talk with our App Engine back-end at Google. 今天,我将与您分享一个简单的脚本 - remote.py - 它可以进行所有必要的升级,以便我们与Google的App Engine后端进行通信。 remote.py provides a single function attach(host), which will configure the API to communicate with the specified host. remote.py提供单个函数attach(host),它将配置API以与指定的主机通信。 This will allow us to easily write scripts that interact with the live serving application, or if we need to, a newly-deployed version. 这将允许我们轻松编写与实时服务应用程序交互的脚本,或者如果需要,还可以编写新部署的版本。

You can login at AppSpot and go to the "Datastore Viewer". 您可以登录AppSpot并转到“数据存储查看器”。 You can run custom GQL queries and view/edit entities in the datastore. 您可以在数据存储区中运行自定义GQL查询和查看/编辑实体。

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

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