Event pipelines · since 2023

Send one event. Read it back.

Conduit is streaming pipelines for product engineers: named streams, polite schemas, and replays that never touch the live path. The terminal beside this paragraph is the quickstart, verbatim.

Start freeHow it works

$ conduit streams create orders --retention 7d
Created stream orders (retention 7d, region bom)
$ conduit publish orders '{"id": 1042, "total": 1899}'
Accepted 1 event (key auto, offset 881203)
$ conduit consume orders --from earliest --limit 1
{"id": 1042, "total": 1899, "_offset": 881203}
$ 

Fleet uptime, 90 days

99.99%

Publish p99, worst region

38ms

Sandbox

Free

Docs that respect your time

All 3 guides