wiredtiger/wiredtiger
WiredTiger's source tree observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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: 5382
- days_rel: 657
- days_push: 7
- n_releases_24m: 1
Adoption not part of the score
2415 stars · 433 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WiredTiger is a high-performance, scalable NoSQL data management platform and storage engine library written in C, developed by MongoDB as the principal storage engine for MongoDB. It supports row-oriented and column-oriented storage, LSM trees, ACID transactions, and can be used as an embeddable key/value store with a schema layer including indices and projections.
Use cases
- embed a fast key/value storage engine in a C application
- build a database with ACID transaction support
- store data with column-oriented or row-oriented layouts
- handle high-throughput random insert workloads with LSM trees
- understand or contribute to MongoDB's storage engine internals
- build custom indexes and projections over key/value data
When to choose
- you need an embeddable, production-quality storage engine with ACID transactions
- you need high sustained throughput under random insert workloads
- you want row- or column-oriented storage with a schema layer
- you are building or customizing a MongoDB-like database
When to avoid
- you need a standalone client-server database rather than an embedded library
- you want a simple managed database without writing C integration code
- you need rich query languages or analytics out of the box
- you require a permissively simple licensing setup without review
Facets
library · maturity stable
database caching serialization databases developer-tools performance windows bsd cross-platform c storage-engine key-value-store nosql acid-transactions lsm-trees mongodb linux macos
5 sources
- readme: https://github.com/wiredtiger/wiredtiger · fetched 2026-08-28 · aaa3e133339e
- homepage: http://source.wiredtiger.com/ · fetched 2026-08-29 · fce09bf66d57
- site_page: http://source.wiredtiger.com/11.3.1/index.html · fetched 2026-08-29 · 70fab6d92dd0
- site_page: http://source.wiredtiger.com/11.2.0/index.html · fetched 2026-08-29 · 88824fd3d0ca
- site_page: http://source.wiredtiger.com/develop/index.html · fetched 2026-08-29 · 160644e50c25
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wiredtiger/wiredtiger | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="wiredtiger/wiredtiger")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem