Skip to main content

pond-ts

The core package — TypeScript-first time series primitives. Batch transforms (filter, aggregate, rolling, smooth, reduce), array-column support, JSON round-trip, and the live-series / live-view model for streaming-style updates.

This section walks through the library in order:

  • TimeSeries — ingest, queries, transforms (one page per operator)
  • LiveSeriesLiveSeries, LiveAggregation, LiveRollingAggregation, views
  • Advanced — chart interop, array columns

For the mental model — TimeSeries, Event, temporal keys, schemas — see Start here → Concepts.

The full generated API reference (every method, every type) lives at /api — browse it when you want exhaustive signatures rather than guided prose.