From the course: Data Science on Google Cloud Platform: Building Data Pipelines

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Cloud Pub/Sub

Cloud Pub/Sub - Google Cloud Tutorial

From the course: Data Science on Google Cloud Platform: Building Data Pipelines

Start my 1-month free trial

Cloud Pub/Sub

- [Instructor] Cloud pub/sub is a native message queue on GCP. It is a product that is similar to Apache Kafka and Amazon Kinesis. It can be used to build message queues on the GCP platform. It is native, so it doesn't work on other cloud platforms. It creates multiple interfaces through which data can be published and subscribed. This includes REST APIs, SDKs, and connectors. It is possible to have its clients either within GCP or deployed in an enterprise. It is fully managed and auto-scalable, like other GCP native products we saw earlier. It has an excellent security implementation, both for authorization and data encryption. It also has built-in integrations to other GCP products like data flow, cloud storage, and big query.

Contents