# sirius-db/sirius

GPU-native composable analytics engine

Repository: https://github.com/sirius-db/sirius
Canonical: https://ross.abutalabs.com/products/sirius-db-sirius
Homepage: https://sirius-db.com
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-09-03T00:54:20+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 35, longevity 57
- inputs: {"age_days": 805, "days_push": 0, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1059, forks 121 (observed 2026-09-03T02:15:17.918373+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database, search-engine, gpu-computing
- domain: databases, analytics, big-data, gpu-computing
- platform: cloud, self-hosted
- tags: gpu-native, sql-engine, query-acceleration, substrait, olap, duckdb-integration, linux, gpu

## Member repositories
- sirius-db/sirius (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:17.918373+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:00:25.145475+00:00, confidence not recorded.
  - homepage: https://sirius-db.com (fetched 2026-08-29T13:01:40.929469+00:00, sha 828393d5d327)
- Data as of 2026-08-30T08:39:29.467469+00:00.
