Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine - which tools to edit datastore locally? [closed]

I would like to ask if there is any tools for Google App Engine to edit datastore in localhost? In the Application Console, I can edit data on appspot, but for localhost, which tools are available? Please advice!

like image 248
Hoang Pham Avatar asked Sep 06 '09 15:09

Hoang Pham


People also ask

How do I use Google App Engine locally?

Running your application locallySelect File > Open to open the project you want to run. Browse to the directory containing your project. Select Tools > Cloud Code > App Engine Run on a local App Engine Standard dev server.

What is the Datastore used by Google App Engine?

App Engine's Go standard runtime connects to Datastore using the Go Datastore API. For a complete list of the contents of the datastore package, see the datastore package reference. You cannot use the Cloud Datastore client library with Go applications in the App Engine standard environment.


2 Answers

There's a console on the development server too:

http://localhost:8000

https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console

[For old versions:

http://localhost:8080/_ah/admin

http://code.google.com/appengine/docs/python/tools/devserver.html#The_Development_Console ]

like image 165
Steve Jessop Avatar answered Nov 09 '22 23:11

Steve Jessop


If you are on Java side, you should definitely try AppWrench. It provides full support for all App Engine data types as well as provides much more pretty viewing, sorting and filtering. It runs locally for free so I am enjoying using it now.

Vieweing Entities:

Viewing Entities http://appwrench.onpositive.com/static/images/productivity/viewer.jpg

Edit dialog:

alt text http://appwrench.onpositive.com/static/images/productivity/edit2.png

like image 40
user242726 Avatar answered Nov 10 '22 00:11

user242726