Ok, symlinks is the answer if you need to share the model definitions.

On Saturday, October 13, 2018 at 8:08:07 AM UTC+3, Richard Cheesmar wrote:
>
> I know how to use the ndb Client Library, that was not the question. The 
> question was is there any documentation for accessing the datastore from a 
> microservice using standard and python 2.7. It seemslike it can't be done 
> without calling endpoints on my API modules which are all non worker 
> python2.7 standard modules, which would then negate the point of having a 
> microservice for some heavy lifting in the first place.
>
> On Friday, October 12, 2018 at 9:39:31 PM UTC+3, George (Cloud Platform 
> Support) wrote:
>>
>> App Engine's Python standard runtime connects to Cloud Datastore using 
>> the NDB Client Library 
>> <https://cloud.google.com/appengine/docs/standard/python/ndb/>. The NDB 
>> Client Library provides persistent storage in a schemaless object 
>> datastore. It supports automatic caching, sophisticated queries, and atomic 
>> transactions.
>>
>> You cannot use the Cloud Datastore client library 
>> <https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-java>
>>  with 
>> Python applications in the App Engine standard environment. You may look 
>> for more details in the "Cloud Datastore Overview" online document 
>> <https://cloud.google.com/appengine/docs/standard/python/datastore/>, as 
>> well as Using Cloud Datastore 
>> <https://cloud.google.com/appengine/docs/flexible/python/using-cloud-datastore>
>> . 
>>
>

-- 
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/40441e41-f6b9-43ba-90a2-781c453e9a3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to