Cloud Datastore

Cloud Datastore is a highly-scalable NoSQL database for your web and mobile applications

Try it Free

Highly Scalable NoSQL Database

Cloud Datastore is a highly-scalable NoSQL database for your applications. Cloud Datastore automatically handles sharding and replication, providing you with a highly available and durable database that scales automatically to handle your applications' load. Cloud Datastore provides a myriad of capabilities such as ACID transactions, SQL-like queries, indexes and much more.

Simple & Integrated

With Cloud Datastore's RESTful interface, data can easily be accessed by any deployment target. You can build solutions that span across App Engine and Compute Engine, and rely on Cloud Datastore as the integration point.

Fast & Highly Scalable

Focus on building your applications without worrying about provisioning and load anticipation. Cloud Datastore scales seamlessly and automatically with your data allowing applications to maintain high performance as they receive more traffic.

Easy to Use Query Language

Datastore is a schemaless database, which allows you to worry less about making changes to your underlying data structure as your application evolves. Datastore provides a powerful query engine that allows you to search for data across multiple properties and sort as needed.

// List Google companies with less than 400 employees.
var companies = query.filter('name =', 'Google').filter('size <', 400);

Cloud Datastore Features

Cloud Datastore is a highly-scalable NoSQL database for your web and mobile applications

Rich Admin Dashboard
View entity statistics, query your database, view indexes, and backup/restore your data.
Multiple Access Methods
Access your data via our JSON API, open-source clients, or community maintained ORMs (Objectify, NDB).
Fully Managed
Cloud Datastore is fully managed, which means Google automatically handles sharding and replication in order to provide you with a highly available and consistent database.
Diverse Data Types
Datastore supports a variety of data types, including integers, floating-point numbers, strings, dates, and binary data among others.
ACID Transactions
Ensure the integrity of your data by executing multiple datastore operations in a single transaction with ACID characteristics, so all the grouped operations succeed or all fail.

Cloud Datastore Pricing

Cloud Datastore is a highly-scalable NoSQL database for your web and mobile applications

US/Europe Asia (Japan)
  Free limit per day Price above free limit (per unit) Price Unit
Stored data 1 GB storage GB/Month
Entity Reads 50,000 per 100,000 entities
Entity Writes 20,000 per 100,000 entities
Entity Deletes 20,000 per 100,000 entities
Small Operations Unlimited Free -

When charging in local currency, Google will convert the prices listed into applicable local currency pursuant to the conversion rates published by leading financial institutions.
The Fees and Free Tier for Google Cloud Datastore are the same as the Datastore fees for App Engine.

Small Datastore operations include calls to allocate Datastore IDs or keys-only queries. These operations are free.