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!
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.
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.
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 ]
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With