Lightweight, privacy-first analytics system with fully declarative configuration
  • Go 88.4%
  • Nix 5.8%
  • JavaScript 4.3%
  • HTML 1.5%
Find a file
NotAShelf 7146a61326
initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id13648d9d5579614595101592739fe2a6a6a6964
2026-03-02 22:37:45 +03:00
.gitignore initial commit 2026-03-02 22:37:45 +03:00
go.mod initial commit 2026-03-02 22:37:45 +03:00
README.md initial commit 2026-03-02 22:37:45 +03:00

Watchdog

Privacy-preserving web analytics with Prometheus-native metrics.

Design

  • No raw event storage
  • No persistent identifiers
  • Bounded cardinality by design
  • Aggregate at ingestion
  • Prometheus-native export

Quick Start

go build -o watchdog ./cmd/watchdog
./watchdog --config config.yaml