Skip to content
CONCEPT

Publish / Subscribe (Pub/Sub)

Summary

Pub/Sub allows one system to send data and others to receive it in real time.

Core Idea

Like a radio broadcast: one sender, many listeners.

Key Components

  • Publisher
  • Topic
  • Subscriber

How It Works

  1. Publisher sends data
  2. System distributes it
  3. Subscribers receive updates

Why It Matters

  • Real-time updates
  • Scalable architecture

In Excel (Runline U)

Excel acts as both publisher and subscriber.

Common Patterns

  • Live dashboards
  • Shared data feeds

Misconceptions

  • Data is not copied; it is streamed
  • ../examples/pubsub/basic-realtime-sharing.md