Using Google Cloud Datastore with NDB API?

There is a lot of information about using the NDB API with the Google App Engine datastore, but I cannot find information on how to use NDB with the Google Cloud Datastore. The only module I found is googledatastore , which is a very primitive library.

How is App Engine data storage different from cloud data storage? Is NDB available for cloud storage?

+4
source share
2 answers

Support for NDB outside the App Engine (using Google Cloud Datastore) is currently under development.

UPDATE: Check out the NDBdevelopment discussion on GitHub.

+5
source
+2
source

Source: https://habr.com/ru/post/1570241/


All Articles