How-to guides
Long-form walkthroughs grounded in real problem-solving with pond-ts. Each guide is built around a working reference implementation — agents and contributors who hit friction in specific shapes have written up their experiences for future readers.
Available:
- Building a dashboard —
adapted from the dashboard agent's reference repo.
React +
LiveSeriesingest, throttled snapshot reading, per-host rolling baselines, anomaly detection, and chart-library bridging — built around a ~600-line working dashboard. - Ingesting messy data — adapted from
a CSV-cleaner agent run on a real-world per-host metrics dump
(mixed timestamp formats, four spellings of "missing,"
duplicate-retry rows, multi-host interleaving, gap-from-missed-
scrapes). Walks through schema declaration, boundary
normalization, dedupe,
partitionByfor per-entity scope, gap- capped fill, and optional regularization withmaterialize.
In flight:
- A gRPC stream-processor guide once that experimental work surfaces something worth writing up.
For shorter, primitive-focused docs, see the pond-ts core reference and @pond-ts/react reference.