polarsignals/frostdb
❄️ Coolest database around 🧊 Embeddable column database written in Go. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 1624
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1544 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FrostDB is an embeddable columnar database written in Go that uses Apache Parquet for storage and Apache Arrow for query-time processing. It supports semi-structured schemas with dynamic columns and is optimized for write-heavy workloads with occasional analytical queries.
Use cases
- embed a columnar analytics database in a Go application
- store and query write-heavy observability data like profiles and metrics
- query semi-structured data with columns added at runtime
- analyze immutable datasets with Arrow-based DataFrame queries
- replace running a separate database server with an in-process store
When to choose
- you are developing in Go and want an embedded columnar database
- your datasets are immutable and don't need updates or deletes
- your schema has dynamic columns that grow at runtime
- your workload is write-heavy with occasional analytical queries
When to avoid
- you need a standalone database server
- you need to update or delete existing data
- you query by rows instead of columns
- you are not developing in Go
- you need a production-ready database with stable APIs
Facets
library · maturity experimental
database serialization search-engine databases analytics developer-tools go cross-platform columnar-database embeddable apache-arrow apache-parquet wide-column observability
1 source
- readme: https://github.com/polarsignals/frostdb · fetched 2026-08-28 · ee40cae2c537
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| polarsignals/frostdb | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="polarsignals/frostdb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem