# Events Store Examples (/sdks/ruby/how-to/events-store)



Persistent pub/sub with replay and time-based subscriptions.

[Events Store overview →](/learn/events-store/getting-started)

<Cards>
  <Card title="Persistent Pub/Sub" href="/sdks/ruby/tutorials/persistent-pubsub">
    Durable event publishing and subscribing
  </Card>

  <Card title="Cancel Subscription" href="/sdks/ruby/how-to/events-store/cancel-subscription">
    Stop receiving events store messages
  </Card>

  <Card title="Consumer Group" href="/sdks/ruby/how-to/events-store/consumer-group">
    Load-balanced events store delivery
  </Card>

  <Card title="Replay from Sequence" href="/sdks/ruby/how-to/events-store/replay-from-sequence">
    Resume from a specific sequence number
  </Card>

  <Card title="Replay from Time" href="/sdks/ruby/how-to/events-store/replay-from-time">
    Resume from a specific timestamp
  </Card>

  <Card title="Start at Time Delta" href="/sdks/ruby/how-to/events-store/start-at-time-delta">
    Resume from a relative time offset
  </Card>

  <Card title="Start from First" href="/sdks/ruby/how-to/events-store/start-from-first">
    Replay all events from the beginning
  </Card>

  <Card title="Start from Last" href="/sdks/ruby/how-to/events-store/start-from-last">
    Start from the most recent event
  </Card>

  <Card title="Start New Only" href="/sdks/ruby/how-to/events-store/start-new-only">
    Receive only new events after subscribing
  </Card>

  <Card title="Stream Send" href="/sdks/ruby/how-to/events-store/stream-send">
    High-throughput events store publishing via stream
  </Card>
</Cards>
