Cloud Datastore
View documentation for this product.
Highly scalable NoSQL database
Cloud Firestore is
the next generation of Cloud Datastore.
Learn more
about upgrading to Cloud Firestore. 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.
What's new
Simple and 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 and 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
Cloud 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.
1. // List Google companies with fewer than 400
employees.
2. var companies = query.filter('name =',
'Google').filter('size <', 400);
Features
Rich admin dashboard
View entity statistics, query your database, view indexes, and back up/restore your data.
Diverse data types
Cloud Datastore supports a variety of data types, including integers, floating-point numbers, strings, dates, and binary data, among others.
Multiple access methods
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.
Fully manage
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.
Technical resources
Pricing
Cloud Datastore is a highly-scalable NoSQL database for your web and mobile applications. For more detailed pricing information, please view the pricing guide.
Get $300 in free credits to learn and build on Google Cloud for up to 12 months.