Cloud Platform

Features

SchemalessSchemaless access, with SQL-like querying

No need to worry about data models and migration. Cloud Datastore is a schemaless storage service that allows you to be agile by removing the need to think about the underlying structure of the data. Cloud Datastore provides a robust query engine that allows you to search for data across multiple properties and sort as needed.

ManagedManaged database

Cloud Datastore is fully managed. Google automatically handles sharding and replication in order to provide you with a highly available and consistent database.

AutoscaleAutoscale with your users

Cloud Datastore automatically scales depending on your needs. This allows you to focus on building your application and not on worrying about provisioning and load anticipation.

ACIDACID transactions

Cloud Datastore provides ACID transactions using optimistic concurrency control. Your application can execute multiple datastore operations in a single transaction in which either all succeed or all fail, ensuring the integrity of your data.

RedundancyBuilt-in redundancy

With a single API call, data is automatically replicated across multiple data centers. High availability and durability are built in from the very core.

Local devLocal development tools

With the Cloud Datastore Development Kit, you can develop, test and iterate your applications locally without doing full deployments.

AccessAccess your data from anywhere

Build solutions that span App Engine and Compute Engine, and rely on Cloud Datastore as the integration point. With the RESTful interface that is exposed by Cloud Datastore, data can easily be accessed by any deployment target.

Pricing calculator

The Pricing Calculator provides you with a simple tool that can help you get a sense of what an application running on Google Cloud Platform could cost.

Get a custom quote

Pricing

The Fees and Free Tier for Google Cloud Datastore are the same as the datastore fees for App Engine which are detailed below. You should be aware that Cloud Datastore has a serving component that runs on Google App Engine, so there will be instance hour costs.

  Free quota per day Pricing if you exceed your free quota
Stored data 1 GB total limit $0.18 / GB / month
Write operations 50k $0.09/100k operations
Read operations 50k $0.06/100k operations
Small operations 50k $0.01/100k operations