Let's now look at how to create a Datastore database and run some queries on the entities that we create. Before we do so, let's remind ourselves that Datastore is a managed service. You will notice as we go through this process that we are directly creating our entities without provisioning any underlying infrastructure first. You should also note that, like all storage services from GCP, Cloud Datastore automatically encrypts all data before it's written to the disk. Follow these steps to create a Datastore database:
- From our GCP console, browse to STORAGE | Datastore | Entities:
- We are now required ...