Chapter 8: Databases and Event Messages in Google Cloud
In this chapter, you will learn how to use Cloud SQL to create your first instance, and will review security considerations as you connect from your local environment and create your first database in Google Cloud. You will also learn how to use Cloud Firestore and make use of its dashboard, before learning how to create your first documents. Then, we'll cover how to carry out create, read, update, and delete (CRUD) operations in Firestore. Finally, you will learn how to decouple applications using an event message queue with Cloud Pub/Sub.
This chapter will cover the following topics:
- First steps in the Cloud SQL and NoSQL world with Firestore
- Differences in designing and integrating a SQL database versus a NoSQL database in your application
- Understanding how to connect to a Cloud SQL instance and the Firestore dashboard
- Decoupling applications using Pub/Sub
- Creating, updating, and showing data...