Problem scenario
You want to use a Data Analytics or a Big Data tool that publishes messages and subscribes to listening to messages being published. You know GCP has a Pub/Sub tool. You know it supports synchronous and asynchronous messaging. How do you use it with Python?
Solution
- Log into GCP via the web UI.
- Go here: https://console.cloud.google.com/cloudpubsub/
- Click “Create Topic”.
…
Continue reading “How Do You Use Google’s Cloud Pub/Sub with Python?”