NoSQL databases

Now that we have gotten right to the essential attributes of the two main NoSQL services on the GCP, let's understand how their internal data models differ from traditional RDBMS. As an example, consider the relational representation of simple data about individuals in this relational table called Persons:

If we had additional information about the children and pets of these individuals, we would have additional tables and each of those tables would reference the PersonID field of the Persons table as the foreign key. That would lead to a fairly typical star-schema:

Here is how the same data would be represented in a few different ...

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.