Distributed Telemetry Infrastructure

Real-time state synchronization for fleets at planetary scale

Syncwell ingests high-frequency telemetry from millions of edge nodes and keeps distributed state consistent with sub-second convergence. Built for teams that move serious volume.

4.2M
events / sec ingested
38ms
p99 sync latency
99.99%
uptime (12mo)
14
edge regions
Platform

One pipeline from edge ingestion to consistent global state

Devices stream deltas over a persistent channel. Syncwell deduplicates, orders, and fans out updates to every subscriber — without you running a single broker.

Streaming ingestion

Long-lived connections carry continuous delta streams. Backpressure-aware, with automatic resume on reconnect.

Sub-second convergence

Conflict-free replicated state means every subscriber sees a consistent view within tens of milliseconds.

Zero broker ops

No Kafka to babysit, no partitions to rebalance. The transport, ordering, and durability are managed for you.

Why teams switch

Throughput that doesn't fall over under load

Sync channels are designed for sustained high-volume traffic — continuous uploads, large fan-out, and chatty edge fleets are the normal case, not the exception.

quickstart.sh
# open a sync channel and stream deltas
curl -N https://api.sync/api/v1/sync/ \
  -H "Authorization: Bearer $SYNCWELL_TOKEN" \
  -H "X-Channel: fleet-eu-west"

# → server holds the connection open and
#   streams ordered state deltas as they arrive
event: delta
data: {"seq":81422,"node":"edge-7f","v":3}
API

A small, stable surface

Everything runs through the sync channel. Authentication is a bearer token; the rest is streaming.

GET/api/v1/sync/Open a streaming sync channel
GET/api/v1/channels/List active channels for the account
GET/api/v1/health/Service liveness probe
GET/api/v1/regions/Edge region status & latency
Get started

Ship your first sync channel today

The free tier covers 1M events per month and three channels. No card required to evaluate.