ucbrise/confluo
Real-time Monitoring and Analysis of Data Streams 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: 3872
- days_rel: n/a
- days_push: 1566
- n_releases_24m: 0
Adoption not part of the score
1433 stars · 200 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Confluo is a C++ system for real-time monitoring and analysis of data streams, supporting high-throughput concurrent writes of millions of data points, millisecond online queries, and low-CPU ad-hoc queries. It runs as a server daemon with C++, Python, and Java client APIs, offering indexes, filters, aggregates, and triggers over Atomic MultiLogs.
Use cases
- monitor millions of performance metrics in real time
- run millisecond-latency queries over streaming data
- install triggers that fire on aggregate thresholds like high latency
- ingest concurrent writes from multiple data streams
- run ad-hoc filters and aggregates with minimal CPU overhead
- store and query structured log records with indexes
When to choose
- you need high-throughput stream ingestion with concurrent writers
- you want millisecond online queries plus ad-hoc analytics on the same data
- you need triggers and aggregates over streaming metrics
- you are on Linux or macOS and comfortable building C++ software
When to avoid
- you need Windows support
- you want a managed or actively developed product with recent releases
- you need SQL or rich ecosystem integrations rather than a custom API
- your workload is small enough for a standard time-series database
Facets
library · maturity maintenance
streaming monitoring analytics database search-engine analytics big-data monitoring developer-tools cpp python jvm cli time-series lock-free data-structures stream-processing triggers atomic-multilog data-engineering real-time linux macos
2 sources
- readme: https://github.com/ucbrise/confluo · fetched 2026-08-28 · c91ed6da4e13
- homepage: https://ucbrise.github.io/confluo/ · fetched 2026-08-29 · 90b1db11b81f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ucbrise/confluo | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem