Skip to main content

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 (gcc or clang)

Install

Create a Pipeline Config

Create a file called litejoin.yaml:

Run

You’ll see output like:

See Results

Open a terminal and subscribe to the SSE stream:
Or fetch a snapshot of current results:
Every time the USGS data changes — new earthquake, updated magnitude — LiteJoin emits the enriched result.

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.