December 2017
Beginner to intermediate
264 pages
5h 38m
English
Cloud Datastore is a NoSQL document database used to store key-value pair objects; they can be queried using an SQL-like language called GQL. Cloud Datastore provides options to index certain properties of the object stored. Applications can create entities of any kind dynamically and add data to those entities. GQL is a language using which developers can write queries to query the datastore by kind and property values. To get started, click on the top left menu (
) and choose Datastore under the Storage category. Create an entity as shown in the first screenshot.