microsoft/Trill
Trill is a single-node query processor for temporal or streaming data. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2898
- days_rel: n/a
- days_push: 968
- n_releases_24m: 0
Adoption not part of the score
1271 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Trill is a high-performance, single-node, one-pass in-memory streaming analytics engine from Microsoft Research, built on a temporal data and query model. It works as a streaming engine, a lightweight in-memory relational engine, and a progressive query processor that returns early results on partial data.
Use cases
- process real-time event streams in .NET
- run temporal queries over streaming data
- query offline historical data with the same API
- get early query results on partial data
- use a lightweight in-memory relational query engine
- analyze billions of events per day on a single node
When to choose
- you need high-performance streaming analytics in a .NET application
- you want one-pass, in-memory processing without a distributed cluster
- you need a unified model for both real-time and offline (temporal) data
- you want progressive/early results from partial data
When to avoid
- you need distributed, multi-node stream processing like Kafka Streams or Flink
- your stack is not .NET/C#
- you need a full persistent relational database rather than an in-memory engine
- you expect frequent updates or active community development
Facets
library · maturity maintenance
streaming etl data-science big-data analytics dotnet cross-platform windows stream-analytics temporal-data in-memory-query-engine csharp microsoft-research data-engineering real-time linux macos
1 source
- readme: https://github.com/microsoft/Trill · fetched 2026-08-28 · cbf52a2e7ebc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/Trill | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem