Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted data pipeline orchestrator

Define data pipelines as DAGs, schedule them, monitor their execution, retry failures. Apache Airflow without the Kubernetes operator and the 2-hour setup.

Install Pipeline Free Complete — all 150 tools $29/mo
Why this exists

Running a data pipeline orchestrator should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Pipeline is one file. Download it, run it, point your browser at it. That is the entire setup.

Setup and daily use

Start Pipeline with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create pipelines through the web interface or POST JSON to the API. Filter by steps, schedule, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

A non-profit with no DevOps budget downloads the Pipeline binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Endpoints

Apache Airflow at $0 but expensive to run.

Self-hosted data pipeline orchestrator. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool pipeline
Run
PORT=9140 ./pipeline
Open
http://localhost:9140

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 pipelines
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$1.99
per month
  • Unlimited pipelines, parallel execution, failure alerts, run history
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export PIPELINE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./pipeline

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev