Deploying a Pipeline
Once you have alitejoin.yaml config (created manually or exported from Studio), deploying LiteJoin is straightforward.
CLI
The simplest deployment — run the binary directly:./data/, and logs to stdout.
Docker
Dockerfile
Docker Compose
systemd
Create/etc/systemd/system/litejoin.service:
Kubernetes
LiteJoin is a single-writer system. Do not run multiple replicas writing to the same data directory. For high availability, use Litestream replication with restore-on-startup.
Environment Variables
LiteJoin config files support${ENV_VAR} expansion for secrets:
Health Checks
The SSE sink exposes a/health endpoint:
HEALTHCHECK, Kubernetes liveness probes, and load balancer health checks.