Home / Companies / Google Cloud / Blog / Post Details
Content Deep Dive

Get started with Google Cloud Datastore - a fast, powerful, NoSQL database

Blog post from Google Cloud

Post Details
Company
Date Published
Author
-
Word Count
849
Language
English
Hacker News Points
-
Summary

Google Cloud Datastore, announced at Google I/O, is a fully managed NoSQL database solution designed for storing non-relational data, building upon the Google App Engine High Replication Datastore's robust performance and growth. It features a schemaless design and offers built-in query support, ACID transactions, automatic scaling via Google's BigTable infrastructure, and high availability through the Megastore service. Developers can leverage a local development environment with the Cloud Datastore SDK, and begin with a free tier that includes 50,000 read and write operations, 200 indexes, and 1GB of storage per month. To start using Cloud Datastore, users can create a new project in the Google Cloud Console, download the client library, and integrate it into applications, such as those running on a Compute Engine VM, using Python. As part of the broader Google Cloud Platform storage options, Cloud Datastore complements Cloud Storage, Cloud SQL, and Persistent Disk, with future improvements planned for JSON support, integration with Cloud Console, and performance enhancements.