55> Don't store it. Stream it. DING it.
66
77```
8- $ brew install zuchka /tap/ding
8+ $ brew install ding-labs /tap/ding
99```
1010
1111```
@@ -265,7 +265,7 @@ The webhook receives a JSON POST:
265265
266266Looking for a config that works on your specific platform? See **[docs/recipes/](docs/recipes/index.md)** for platform-specific guides :
267267
268- - **CI/CD:** [GitHub Actions](https://github.com/zuchka /ding-action) · [GitLab CI](docs/recipes/gitlab-ci.md) · [CircleCI](docs/recipes/circleci.md) · [Jenkins](docs/recipes/jenkins.md) · [Buildkite](docs/recipes/buildkite.md)
268+ - **CI/CD:** [GitHub Actions](https://github.com/ding-labs /ding-action) · [GitLab CI](docs/recipes/gitlab-ci.md) · [CircleCI](docs/recipes/circleci.md) · [Jenkins](docs/recipes/jenkins.md) · [Buildkite](docs/recipes/buildkite.md)
269269- **Orchestration:** [Kubernetes Jobs / CronJobs](docs/recipes/kubernetes-jobs.md) · [Argo Workflows](docs/recipes/argo-workflows.md)
270270- **ML:** [MLflow](docs/recipes/mlflow.md)
271271- More platforms (Ray, dbt, Modal, …) coming in subsequent waves.
@@ -323,7 +323,7 @@ The architecture choices that make `ding run` possible are the same ones that al
323323| Cold start p50 | **9ms** | fork → first /health — Prometheus : 185ms |
324324| Per rule evaluation | **106ns** | simple threshold — windowed : 157ns |
325325
326- Benchmarked 2026-03-23 on Apple M3. [Full methodology and raw results →](https://github.com/zuchka /ding/blob/main/BENCHMARKS.md)
326+ Benchmarked 2026-03-23 on Apple M3. [Full methodology and raw results →](https://github.com/ding-labs /ding/blob/main/BENCHMARKS.md)
327327
328328---
329329
@@ -363,7 +363,7 @@ Each command takes `--config <path>` (default `ding.yaml`).
363363**Homebrew:**
364364
365365```
366- brew install zuchka /tap/ding
366+ brew install ding-labs /tap/ding
367367```
368368
369369**Binary:**
@@ -376,10 +376,10 @@ curl -sf https://start.ding.ing | sh
376376
377377```
378378docker run -v ./ding.yaml:/etc/ding/ding.yaml \
379- ghcr.io/zuchka /ding
379+ ghcr.io/ding-labs /ding
380380```
381381
382- **GitHub Actions:** see [zuchka /ding-action](https://github.com/zuchka /ding-action) — one `uses:` line.
382+ **GitHub Actions:** see [ding-labs /ding-action](https://github.com/ding-labs /ding-action) — one `uses:` line.
383383
384384---
385385
0 commit comments