Quickstart
This guide gets you from zero to a running LiteJoin pipeline in under 5 minutes. You’ll poll a public API, detect changes, and forward them to a local webhook.Prerequisites
- Go 1.24+ with CGO enabled (for SQLite)
- A C compiler (
gccorclang)
Install
Create a Pipeline Config
Create a file calledlitejoin.yaml:
Run
See Results
Open a terminal and subscribe to the SSE stream:Next Steps
LiteJoin Studio
Build pipelines visually with the desktop app.
API Source Guide
Configure watermarks, pagination, and change detection.
SQL Joins
Learn how to join data across multiple sources.
Deployment
Run LiteJoin in Docker, systemd, or Kubernetes.