Lightweight, stateless and privacy-first analytics system
- Go 87.6%
- Nix 6%
- JavaScript 4.7%
- HTML 1.7%
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iabcad180d133f01d3c98e3d5fc9630b26a6a6964 |
||
|---|---|---|
| nix | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| README.md | ||
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