Monday, 24 April 2017

Can I browse local Google Datastore emulator data for node.js project?

I have a node.js project I am deploying to Google Compute Engine (not App Engine). I use the datastore emulator locally. I know one typical way to browse the local datastore emulator data is by using the dev_appserver.py and browsing to http://localhost:8000/datastore

However, I'm not using one of the supported runtimes for the Local Development Server.

Is there a way to browse the local datastore emulator data when using node.js?



via k00k

No comments:

Post a Comment