Google Cloud Datastore is a fully managed service for storing non-relational data. It offers the following features:
- built-in query support: a flexible query function that allows you to search and filter result sets
- Transaction ACID : data consistency (both strong and final) that spans multiple replicas across multiple geologists
- automatic scaling: built on top of the Google BigTable infrastructure, Google cloud storage will automatically scale with your data.
- high availability: Using Googles, the underlying Megastore service , Google Cloud Storage ensures that data will be replicated to multiple geostationary sites and always available
- on- premises development environment: The Google Cloud Datastore SDK provides an on-premises environment that enables you to efficiently develop, review, and manage your cloud storage
You can find documentation at developers.google.com/datastore and follow the development of the GitHub Project .
source share