feldera/feldera
The Feldera Incremental Computation Engine observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 87
- Longevity 86
Flags: no_license
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: 1.0
- age_days: 1210
- days_rel: 8
- days_push: 7
- n_releases_24m: 295
Adoption not part of the score
2064 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Feldera is an incremental computation engine written in Rust that evaluates arbitrary SQL programs incrementally using DBSP theory, maintaining materialized views over changing data. It processes inserts, updates, and deletes to SQL tables and updates all dependent views without recomputing from scratch, supporting full SQL semantics including joins, window functions, and recursion.
Use cases
- keep SQL views fresh over streaming data with incremental view maintenance
- build real-time ETL pipelines in SQL
- run feature engineering pipelines on live and historical data
- power real-time dashboards with millisecond updates
- process datasets larger than RAM incrementally
- replace batch warehouse jobs with continuous incremental analytics
When to choose
- you need full SQL semantics (joins, aggregates, window functions, recursion) evaluated incrementally
- you want unified batch and streaming compute in one pipeline
- you need high-throughput incremental view maintenance without manual tuning
- your datasets exceed available memory
When to avoid
- you need a full transactional OLTP database - Feldera is a compute engine, not a database
- you need multi-node fault-tolerant deployments on the open-source edition (that requires the paid Enterprise tier)
- you only run simple periodic batch jobs where incremental computation adds no benefit
Facets
service · maturity active
database streaming etl analytics search-engine databases analytics big-data rust self-hosted cloud incremental-view-maintenance sql stream-processing dbsp materialized-views data-pipelines real-time-analytics data-engineering real-time docker linux macos
6 sources
- readme: https://github.com/feldera/feldera · fetched 2026-08-28 · 4cb497833ab6
- homepage: https://feldera.com · fetched 2026-08-29 · b9b1fa252c36
- site_page: https://docs.feldera.com/ · fetched 2026-08-29 · f52a16febad4
- site_page: https://www.feldera.com/about-us · fetched 2026-08-29 · 2d4ad9f16ae9
- site_page: https://docs.feldera.com/get-started · fetched 2026-08-29 · a85a3b66b488
- site_page: https://www.feldera.com/pricing · fetched 2026-08-29 · 45e131faced3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| feldera/feldera | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem