1. Home
  2. Docs
DOCS

Waltail docs.

Everything you need to get changes flowing from your Postgres database to a destination, and to understand what happens in between.

How Waltail works

Waltail connects to your Postgres over logical replication and receives every committed change as it happens. It stores each change durably in its own database first, and only then acknowledges it to yours — so a slow destination never makes your write-ahead log grow.

From there, delivery workers send the changes to each destination on the pipeline: in batches, rate-limited if you want, retried with backoff, and always in order for any given row. The console shows what was delivered, what is waiting, and what needs a replay.

You pay for the bytes delivered to your destinations and nothing else.

Start streaming in minutes.