sirius-db/sirius
GPU-native composable analytics engine observed · 2026-09-03
Health v2 · maintenance only
69/100
- Activity 100
- Release rhythm 35
- Longevity 57
Flags: no_releases no_readme
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: 805
- days_rel: n/a
- days_push: 0
- n_releases_24m: 0
Adoption not part of the score
1059 stars · 121 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sirius is a GPU-native SQL analytics engine written in C++ that accelerates query execution by offloading it to GPUs. It integrates with existing databases like DuckDB and Doris via the Substrait query format, requiring no query rewrites, and includes CPU fallback for compatibility.
Use cases
- accelerate SQL analytics queries on GPUs
- speed up DuckDB workloads without rewriting queries
- run OLAP analytics 10x faster at the same hardware cost
- plug GPU acceleration into existing database stacks via Substrait
- deploy GPU-accelerated analytics on cloud or on-prem
- offload heavy analytical processing from CPU engines
When to choose
- you have analytical SQL workloads bottlenecked by CPU execution
- you want GPU speedups without changing your existing database or queries
- you need Substrait-compatible query acceleration with CPU fallback
- you run large-scale OLAP analytics where hardware cost efficiency matters
When to avoid
- you lack GPU hardware or cannot rent GPU instances
- your workload is mostly transactional (OLTP) rather than analytical
- you need a fully mature, battle-tested engine for critical production systems
- your queries are small and latency is dominated by data transfer to GPU
Facets
library · maturity active
database search-engine gpu-computing databases analytics big-data gpu-computing cloud self-hosted gpu-native sql-engine query-acceleration substrait olap duckdb-integration linux gpu
1 source
- homepage: https://sirius-db.com · fetched 2026-08-29 · 828393d5d327
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sirius-db/sirius | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="sirius-db/sirius")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem