Описание тега google-cloud-datastore
Google Cloud Datastore is a scalable, fully-managed NoSQL document database for web and mobile applications.
Google Cloud Datastore is a scalable, fully-managed NoSQL document database for web and mobile applications. It offers the following features:
- built-in query support: flexible query functionality that allows you to search for and filter result sets
- ACID transactions: data consistency (both Strong and Eventual) that spans multiple replicas across multiple geos
- automatic scaling: built on top of Google’s Bigtable infrastructure, Cloud Datastore will automatically scale with your data
- high availability: by utilizing Google’s underlying Megastore service, Cloud Datastore ensures that data is replicated across multiple geos and is always available
- local development environment: Cloud Datastore SDK provides a local environment that allows you to develop, iterate, and manage your Cloud Datastore instances efficiently
stackru is Google's official community support channel for google-cloud-datastore development questions.
Please include the appropriate client library language tag ( python, java, go, ruby, .net or nodejs) with your question. You can also include the platform tag ( google-app-engine, google-compute-engine, or google-container-engine).