Chapter 5. Cloud Datastore: document storage

This chapter covers

  • What’s document storage?
  • What’s Cloud Datastore?
  • Interacting with Cloud Datastore
  • Deciding whether Cloud Datastore is a good fit
  • Key distinctions between hosted and managed services

Document storage is a form of nonrelational storage that happens to be different conceptually from the relational databases discussed in chapter 4. With this type of storage, rather than thinking of tables containing rows and keeping all of your data in a rectangular grid, a document database thinks in terms of collections and documents. These documents are arbitrary sets of key-value pairs, and the only thing they must have in common is the document type, which matches up with the collection. For ...

Get Google Cloud Platform in Action 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.