Skip to main content
All you need is curl. The examples below use a public Snakream cluster at stream.tonbo.dev.

Create a bucket and a stream

Append data

Read everything from the beginning

Subscribe for live updates

Open a second terminal and start an SSE subscription:
Then go back to the first terminal and append more data. You’ll see it arrive in the SSE stream instantly.

Read more

  • API overview — all HTTP routes and request patterns
  • Streams — the core stream abstraction and lifecycle
  • Architecture — how the cluster works under the hood