Google Pub/Sub

Messaging: Google Pub/Sub

Pub/Sub is a fully-managed messaging service for building event-driven systems, where messages are published to topics and consumed by subscribing services. It supports both real-time messaging and long-term storage, enabling decoupling of services and scalable event-driven architectures.

Use case examples

  • Ingesting real-time logs, telemetry, or IoT data
  • Triggering real-time alerts and notifications
  • Streamlining data delivery to multiple services
Browse services