python - 谷歌应用引擎数据存储客户端

标签 python google-app-engine command-line 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. This module allows remote access to the App Engine datastore, using the same APIs you know and love from writing App Engine Apps.

还有一些包装:

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 provides a single function attach(host), which will configure the API to communicate with the specified host. This will allow us to easily write scripts that interact with the live serving application, or if we need to, a newly-deployed version.

关于python - 谷歌应用引擎数据存储客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3536770/

相关文章:

java - 如何从 java 程序中传递命令行参数?

windows-7 - Windows 7 符号链接(symbolic link) - 当文件已存在时无法创建该文件

linux - 如何在不指定完整路径的情况下运行程序?

Python Ctypes Null 终止字符串 block

python - 在 tkinter GUI 的另一侧制作按钮

python - 未在提供的 Blob 的 Flask App Engine 响应上设置内容长度 header

mongodb - GAE 中的 Java Web 应用程序可以连接到 GCE 中的 Mongodb 吗?

python - 如何生成 XML SignatureValue

python - SQLAlchemy load_only 和 defer

java - 如何在 web.xml 中过滤除请求应用程序引擎开发控制台之外的所有内容