JetBrains/xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub. observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 91
- Release rhythm 8
- Longevity 100
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: 4509
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
1261 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JetBrains Xodus is a transactional, schema-less embedded database written in Java and Kotlin, offering ACID transactions with MVCC and snapshot isolation. It powers JetBrains YouTrack and Hub and provides both key-value (Environments) and entity-store APIs.
Use cases
- embed an ACID database in a JVM application
- schema-less key-value storage with no administration
- highly concurrent non-blocking reads via MVCC
- store entities without schema migrations
- embedded persistence for issue tracking or user management tools
When to choose
- you need an embedded, zero-administration database inside a Java/Kotlin app
- you want fully ACID transactions with non-blocking snapshot-isolated reads
- your data model changes often and you want to avoid schema migrations
When to avoid
- you are starting a new project - the project is in sunset stage in favor of YouTrackDB
- you need a client-server or networked database
- you need rich query languages, joins, or SQL support
Facets
library · maturity maintenance
database orm databases developer-tools jvm cross-platform embedded-database key-value-store mvcc snapshot-isolation schema-less nosql log-structured entity-store kotlin
1 source
- readme: https://github.com/JetBrains/xodus · fetched 2026-08-28 · 02c781425a93
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JetBrains/xodus | main | 64 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem