- Learning Google BigQuery
- Thirukkumaran Haridass Eric Brown
- 206字
- 2021-07-02 21:24:00
Cloud Datastore
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.
Use Google Cloud Datastore for application logging and versioning of objects and objects that are bound to change their structure over the time. Cloud Datastore provides the option to maintain different sets of properties for the same kind of object.
The following screenshot shows how to create an entity of kind named EmployeeDetails, define its properties, and add values to the properties. It is similar to defining a class in object-oriented programming, instantiating it, and initializing its field values and properties:

To explore the list of entities of the same kind, you can use GQL to query the objects based on their property values, as shown in following screenshot:

- Mastering Entity Framework Core 2.0
- Learning Cython Programming(Second Edition)
- 從零開始:數字圖像處理的編程基礎與應用
- Lua程序設計(第4版)
- 3D少兒游戲編程(原書第2版)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Symfony2 Essentials
- Expert Data Visualization
- 零基礎Java學習筆記
- Scratch從入門到精通
- 交互設計師成長手冊:從零開始學交互
- 零基礎學SQL(升級版)
- Python全棧開發:數據分析
- Swift從入門到精通 (移動開發叢書)
- ROS Robotics Projects