July 2018
Intermediate to advanced
350 pages
8h 47m
English
Google Pub/Sub is a scalable, reliable, and simple streaming platform to perform analytics and event-driven computing. Google Cloud Dataflow, Google BigQuery, and Google Cloud Pub/Sub make up the Google Cloud's stream analytics solution. Google Cloud Pub/Sub scales automatically, based on the load, and you pay only for the resources that you have used.
Google Cloud Functions get invoked with Google Cloud Pub/Sub triggers (https://cloud.google.com/functions/docs/calling/pubsub). Google Cloud Functions get invoked for each message that gets published to a Google Cloud Pub/Sub topic.
We will be learning more about configuring Cloud Pub/Sub ...