Hi Richard,

I am clarifying the point that George has made in his earlier post on the 
thread. Basically, Modules are services 
<https://cloud.google.com/appengine/docs/standard/python/an-overview-of-app-engine#services>,
 
so are microservices, they are all the same. I have to mention that the way 
to access Datastore from a microservice or let alone any service through 
App Engine Standard and Python 2.7 
<https://cloud.google.com/appengine/docs/standard/python/datastore/#connecting_to_datastore_name_short_with_app_engine>
 
is to use the NDB client library 
<https://cloud.google.com/appengine/docs/standard/python/ndb/>. It is not 
necessary to call endpoints on your other services as any other service can 
also call the NDB client library. As for the reference to Symlinks, it is 
not very clear on how symlinks are related to your earlier questions. 

-- 
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/d6a7538c-694e-481d-be60-2110c8fa54dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to