Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted metrics and time series dashboard

POST metrics from any service, visualize them in real time, set alert thresholds. The one Datadog dashboard you actually use, owned by you at zero per-metric cost.

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

Full REST API

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

Why self-host your metrics and time series dashboard

Running a metrics and time series dashboard should not require a Kubernetes cluster, a managed database, and a DevOps team to keep it running. Ticker is one file. Download it, run it, point your browser at it. That is the entire setup.

How Ticker runs

On first launch, Ticker initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating a price is a POST with JSON — the only required field is name. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

A regulated company runs Ticker 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.

Endpoints

Datadog at $15/host/mo.

Self-hosted metrics and time series dashboard. 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 ticker
Run
PORT=9040 ./ticker
Open
http://localhost:9040

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 metrics, 24h retention
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited metrics, 90-day retention, alerting, public dashboards
  • 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 TICKER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./ticker

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