I've been playing with Google Appengine and want to check if the application is populating data in the local datastore. Where is this file located?
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.
Datastore is a NoSQL document database built for automatic scaling, high performance, and ease of application development. Datastore features include: Atomic transactions.
In the latest version, the datastore browser is found at
http://localhost:8888/_ah/admin
Rather than looking at the datastore file, you should probably just be visiting http://localhost:8002/datastore
where there's a datastore browser available. Replace 8002
with whatever the admin port is for your GAE project.
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