Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted data quality monitor

Define expectations for your data — no nulls in this column, values in this range — run them on a schedule, alert on violations. Great Expectations without the Python complexity.

Install Dowser Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Dowser is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

The problem

The moment you store checks in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Dowser puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

A regulated company runs Dowser inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

How Dowser runs

The data model stores each check with 8 fields: name, source, rule, column name, severity. All fields are queryable through the search API. The dashboard renders checks as cards with inline metadata. Creating, editing, and deleting records is immediate — no save-and-deploy cycle.

Endpoints

Great Expectations at engineering time.

Self-hosted data quality monitor. 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 dowser
Run
PORT=10170 ./dowser
Open
http://localhost:10170

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 expectations
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited expectations, scheduled checks, Slack/webhook alerts, 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 DOWSER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./dowser

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