I'm working in a project that use two apps, one deployed in App Engine 
standard environment and other in flexible env.


One service of the app in the standard env and the app in the flex env. 
must be access to Google Cloud Datastore 
<https://cloud.google.com/datastore/docs/concepts/overview>.

If I use in *local* the emulated datastore that run the dev_server in 
standard environment, the app in the flex env. can't access to this 
datastore and neither use the ndb ORM library like the service in standard 
env.


So, to have consistency in the way to access to data, I don't what solution 
would be better to solve this.

I've been thinking if I could use Google Cloud SDK (gcloud tool) to run 
emulators 
datastore and access to this using Cloud Datastore Cient Libraries 
<https://cloud.google.com/datastore/docs/reference/libraries> ( instead of 
Google 
Datastore NDB Client Library 
<https://cloud.google.com/appengine/docs/python/ndb/> ) in both apps (to 
use exactly the same way to connect) I think that this way is most easy to 
develop after in cloud platform.


I'm finding some problems to connect with this emulated datastore and I 
would like to know if my approach is good to follow fighting with the 
problems or change to another way or idea to run my entire project in local.


Any help or idea will be welcome.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/c4407d9c-fe42-4bbb-a770-e32e684a2141%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] H... Juan Antonio Fernández Sánchez

Reply via email to