In this lab, you learn about Pub/Sub and how to create a topic and subscriber with a Python script, and then publish and view messages. Watch the short video <A HREF="https://youtu.be/oKU2wbTXMTY">Simplify Event Driven Processing with Cloud Pub/Sub</A>.
Overview
Syllabus
- GSP094
- Overview
- Setup and Requirements
- Task 1. Create a virtual environment
- Task 2. Install the client library
- Task 3. Pub/Sub - the Basics
- Task 4. Create a topic
- Task 5. Create a subscription
- Task 6. Publish messages
- Task 7. View messages
- Task 8. Test your understanding
- Congratulations!