Using Datastore

This section will walk you through working with Google Cloud Datastore:

  1. On your Google Cloud Platform dashboard, go to the side navigation bar.
  2. Click on Data store and choose Entities.

  1. This is where we can create the entities that will live in our Datastore. Click on the create entity button to get started.
  2. You need to specify the namespace where your entities will live. If you plan for your Datastore to be multi-tenanted, you should use different namespaces for your entities. This is how you separate entities for multiple clients. Note here that we are directly jumping into the creation of entities. This implies that Datastore is serverless. We don't create an instance of Datastore before we populate it. Create an entity ...

Get Google Cloud Platform for Architects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.