https://developers.google.com/datastore/docs/overview
It looks like datastore in GAE but without ORM (object relation model). May I used the same ORM model as datastore on GAE for Cloud Datastore? or Is there any ORM support can be found for Cloud Datastore?
Pricing. Datastore is a highly-scalable NoSQL database for your web and mobile applications.
Datastore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.
Cloud Datastore. BigTable is optimized for high volumes of data and analytics while Datastore is optimized to serve high-value transactional data to applications.
App Engine Datastore high level APIs, both first party (db, ndb) and third party (objectify, slim3), are built on top of low level APIs:
Replacing the App Engine specific versions of these interfaces/classes to work on top of The Google Cloud Datastore API will allow you to use these high level APIs outside of App Engine.
The high level API code itself should not have to change (much).
Google Cloud Datastore only provides a low-level API (proto and json) to send datastore RPCs.
NDB and similar higher level libraries could be adapted to use a lower level wrapper like googledatastore (reference) instead of google.appengine.datastore.datastore_rpc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With