eventql/eventql
Distributed "massively parallel" SQL query engine observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 3754
- days_rel: n/a
- days_push: 3406
- n_releases_24m: 0
Adoption not part of the score
1176 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EventQL is a distributed, columnar SQL database written in C++ for large-scale data collection and analytics, supporting streaming writes, automatic partitioning, and massively parallel SQL and MapReduce queries. It exposes an HTTP API and native TCP protocol and scales across shared-nothing clusters to petabyte-scale tables.
Use cases
- run fast analytical SQL queries over petabytes of data
- ingest high-volume streaming event data with exactly-once upserts
- store and query timeseries data across a cluster
- query distributed tables with automatic partitioning and parallel execution
- perform fast range scans over ordered key ranges
- insert arbitrary JSON objects into rows via a HTTP API
When to choose
- you need a self-hosted, horizontally scalable columnar analytics database with streaming writes
- you want MPP-style parallel SQL queries on commodity hardware
- your workload mixes timeseries, relational, and JSON data with a good primary key
When to avoid
- you need actively maintained software with recent releases and security patches
- you need full SQL feature coverage or rich ecosystem/tooling support
- you prefer managed cloud databases or row-oriented OLTP workloads
Facets
service · maturity abandoned
database search-engine streaming http-server cli databases analytics big-data time-series cpp self-hosted distributed-database columnar-storage mpp sql-query-engine timeseries mapreduce shared-nothing data-engineering linux macos web-server
2 sources
- readme: https://github.com/eventql/eventql · fetched 2026-08-28 · be62acf96860
- homepage: http://eventql.io/ · fetched 2026-08-29 · 1df81102c3fd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eventql/eventql | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem