What options does App Engine offer for data management?
Thursday, 03 August 2023
by EITCA Academy
App Engine, a component of Google Cloud Platform (GCP), offers a variety of options for data management, allowing developers to efficiently store, retrieve, and manipulate data within their applications. These options include Google Cloud Datastore, Cloud Firestore, and Cloud SQL. Google Cloud Datastore is a highly scalable NoSQL database that provides automatic sharding and replication.
- Published in Cloud Computing, EITC/CL/GCP Google Cloud Platform, GCP labs, Scalable apps with App Engine, Examination review
Tagged under:
Cloud Computing, Cloud Firestore, Cloud SQL, Google Cloud Datastore, NoSQL, Relational Database
How do you run a query in Datastore using the GQL language?
Thursday, 03 August 2023
by EITCA Academy
To run a query in Google Cloud Datastore using the GQL (Google Query Language) language, you need to follow a specific syntax and use the appropriate API methods. GQL is a SQL-like language that allows you to retrieve data from Datastore based on specified filters and conditions. Here is a step-by-step guide on how to

