The Google AppEngine development server simulates Google's backend database with an embedded database. It creates a file on you local disk that you can delete to clear the DB. Is there a tool that allows to browse and edit this data, similar to the Data Viewer that you get for deployed applications?
Clarification: I am asking about the Java toolkit, not the Python one.
App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand.
Logs in Google Cloud Platform for App Engine, and all other Google Cloud Platform resources can be viewed in Stackdriver Logging.
Finally, data viewer comes with Google App Engine Java SDK version 1.2.2. It can be accessed at:
http://localhost:8080/_ah/admin
or
http://localhost:8888/_ah/admin
The same link as in Python version.
On my system (sdk 1.2.8 I think) the dev server runs on port 8888. So the data viewer is at http://localhost:8888/_ah/admin
You can find it at http://localhost:8080/_ah/admin. Looks bit different, but provides the same functionality (apart of some bugs).
But in the light of OP question amendment this answer is not relevant anymore.
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