traildb/traildb
TrailDB is an efficient tool for storing and querying series of events 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4404
- days_rel: n/a
- days_push: 2047
- n_releases_24m: 0
Adoption not part of the score
1090 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TrailDB is a C library and tdb command-line tool for storing and querying series of discrete events (trails) in highly compressed, immutable files. It offers a simple API with bindings for Python, Go, R, Haskell, and D, and is optimized for fast queries directly on compressed data.
Use cases
- store and query clickstream event data per user
- compute metrics like bounce rate from web events
- analyze user behavior patterns and detect anomalies
- compress trillions of discrete events into small immutable files
- process event trails on a laptop from S3-stored files
- cluster and predict user behavior from event series
When to choose
- you need to store large volumes of discrete, structured events keyed by a primary identifier
- you want gzip-level compression with direct querying without full decompression
- you need immutable event files that fit distributed or S3-based architectures
- you need very high-performance event trail processing on a single core
When to avoid
- you need continuous numeric time-series like CPU metrics (use a time-series database instead)
- you need mutable, transactional event storage or updates to existing data
- you need a general-purpose relational or key-value database
- you need actively maintained software with recent releases
Facets
library · maturity maintenance
database compression search-engine cli databases big-data analytics time-series bsd c python go cross-platform event-data time-series immutable-files columnar-compression clickstream-analytics language-bindings data-engineering linux macos
5 sources
- readme: https://github.com/traildb/traildb · fetched 2026-08-28 · 45924d8a94cd
- homepage: http://traildb.io · fetched 2026-08-29 · 4dd224ab8ec3
- site_page: https://traildb.io/docs/index.html · fetched 2026-08-29 · 9f09e49b6fe6
- site_page: http://traildb.io/docs/getting_started/index.html · fetched 2026-08-29 · 7b524a8846b6
- site_page: http://traildb.io/docs/tutorial/index.html · fetched 2026-08-29 · 6aa54d299a36
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| traildb/traildb | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem