I'm 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 my local datastore using a 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.