pipelinedb/pipelinedb
High-performance time-series aggregation for PostgreSQL observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4664
- days_rel: n/a
- days_push: 1655
- n_releases_24m: 0
Adoption not part of the score
2662 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PipelineDB is a PostgreSQL extension for high-performance time-series aggregation, letting you define continuous SQL queries that incrementally aggregate streaming data into queryable tables. It stores only aggregate output rather than raw events, acting like high-throughput, auto-refreshing materialized views.
Use cases
- run continuous SQL aggregations over streaming event data in PostgreSQL
- build realtime reporting dashboards without a separate stream processor
- compute rolling time-series metrics like counts and averages at high throughput
- chain continuous queries into pipelines of incremental SQL transforms
- avoid storing raw event data while keeping aggregates queryable
When to choose
- you already run PostgreSQL and want stream aggregation without extra infrastructure
- you need high-throughput incremental aggregation of time-series data
- you want SQL-based continuous views instead of learning a new stream-processing system
- you only need aggregate outputs, not raw event storage
When to avoid
- you need a project with active development and new releases (it is in maintenance mode after joining Confluent)
- you need PostgreSQL 12 or newer (only PG 10 and 11 are supported)
- you need full stream processing features like exactly-once semantics across distributed sources
- you want to retain raw event data long-term
Facets
library · maturity maintenance
database streaming analytics etl databases analytics big-data time-series self-hosted postgresql-extension continuous-queries time-series-aggregation materialized-views stream-processing sql real-time linux macos web-server
2 sources
- readme: https://github.com/pipelinedb/pipelinedb · fetched 2026-08-28 · b08f1f132194
- homepage: https://www.pipelinedb.com · fetched 2026-08-29 · 50c92f0f4ac2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pipelinedb/pipelinedb | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="pipelinedb/pipelinedb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem