google-app-engine
Accessing local google datastore via shell when running datastore emulator
Im using Google Datastore Emulator (which is using gRPC). And am able to do datastore operations via a node.js application. Is there a way to access local datastore using shell or browser. I am looking for something similar to mongod or a GQL-browser console. I have tried localhost:8172/datastore, localhost:8172/console - but it didn't help.
No, the gRPC emulator doesn't have an interface outside of the API. The Cloud Datastore emulator that ships as part of App Engine's local emulator does have a HTTP console.
Related Links
objectify filter empty values
GAE error (<stderr>: SystemId Failed
Backend instance at custom domain
Manually add entity to empty Google App Engine DataStore
Google App Engine Log - ms and cpu_ms [duplicate]
unable to deploy after upgrading to 1.7.4
Model.get(list_of_keys) in a transaction, filtering a single entity group instead of throwing BadRequestError
Google app engine and JPA with Eclipse plug-in
Many-To-Many Relationships in Google App Engine Datastore (ndb)
Is it possible to run Google Omaha on Google App Engine?
Loading request start-up time variation in google app engine?
GAE 1.7.3 - How to debug appengine-web.xml XML error validating
How to setup data fixtures in Google App Engine for Go
How to write a JDO Query to sort result based on long attribute?
GAE doesn't import gflags
Real time notification system on Google App Engine(GAE)