Keep log access on the LAN. Move compressed changes across the WAN.
Place a capture agent beside the database and an apply agent beside cloud destinations. A durable spool-to-spool relay absorbs outages and resumes from the remote durable offset.
Log reads and schema queries stay near the source.
Only compressed change containers cross the link.
Destination batching runs close to its targets.
Split the pipeline
Capture and apply can live on different agents.
The control plane presents one pipeline while each half reports its own health, lag, spool depth, and resource use.
Outages land on disk
Do not make the source log wait for the WAN.
When the link is unavailable, the capture cursor parks and the local spool grows within policy. Reconnect continues from the apply spool durable head.
Keep exploring
See the connected parts of the platform.
Draw the shortest safe path from source to cloud.
Tell us where the systems run and what the network permits. We will map agents, relay, security, and backlog.