Great tool! I found this config (Screenshots below)
On Sun, Apr 29, 2018 at 1:38 PM, Gabriel Axel <[email protected]> wrote: > You define it in the GUI - it allows you to connect to multiple emulators > and projects. What you define in the GUI gets to the Datastore constructor > apiEndpoint and projectId options. > > On Sunday, April 29, 2018 at 1:32:38 PM UTC+3, Joshua Fox wrote: >> >> This is something we very much need, since Cloud Datastore Emulator has >> no such viewer built-in. >> >> But how does this tool connect to the Emulator? Looking at the code >> <https://github.com/GabiAxel/google-cloud-gui/blob/master/server/src/datastore.js>, >> I don't see where it reads the emulator port (in contrast to the port that >> this tool exposes to the browser). >> >> For example, say I run >> gcloud beta emulators datastore start --project=tradeos-test >> --host-port=localhost:8082 --data-dir=gcloud_datastore --consistency=1.0 >> >> How does it know we are using 8082? >> >> (In the Java API, which I am more familiar with, you would set >> DATASTORE_EMULATOR_HOST system property to specify localhost:8082) >> >> >> On Sat, Apr 28, 2018 at 12:59 AM, Gabriel Axel <[email protected]> wrote: >> >>> Greetings, >>> >>> I wrote a tool for working with the Datastore emulator, and it was easy >>> enough to make it work with production Datastore too. It allows browsing >>> namespaces, kinds and entities, and deleting entities. >>> >>> https://github.com/GabiAxel/google-cloud-gui >>> >>> Depending on community feedback, more features may be added, both >>> Datastore-related and for other APIs. >>> >>> You are welcome to give it a try. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "App Engine Flexible" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/app-engine-flexible/da6b5ad4-1d4f-4af9-b260-c034f455cc9b >>> %40googlegroups.com >>> <https://groups.google.com/d/msgid/app-engine-flexible/da6b5ad4-1d4f-4af9-b260-c034f455cc9b%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> >> >> *JOSHUA FOX* >> Director, Software Architecture | Freightos >> >> >> >> *T (Israel): *+972-545691165 | *T (US)*: +1-3123400953 >> Smooth shipping. >> >> >> >> -- > You received this message because you are subscribed to the Google Groups > "App Engine Flexible" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/app-engine-flexible/f55737df-d601-47e0-9d73- > d8a31f7ebea7%40googlegroups.com > <https://groups.google.com/d/msgid/app-engine-flexible/f55737df-d601-47e0-9d73-d8a31f7ebea7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *JOSHUA FOX* Director, Software Architecture | Freightos *T (Israel): *+972-545691165 | *T (US)*: +1-3123400953 Smooth shipping. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cMU6h21g0Dn9epo3KrTBkBjSd0v9Z0FjmHTZot1pR3bRQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
