PoloDB/PoloDB
PoloDB is an embedded document database. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 96
- Release rhythm 95
- 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: 26
- age_days: 2223
- days_rel: 38
- days_push: 24
- n_releases_24m: 6
Adoption not part of the score
1228 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PoloDB is an embedded document database written in Rust that stores BSON documents with a MongoDB-like API, backed by RocksDB storage. It can be used as an embedded Rust library or run as a standalone server with partial MongoDB wire protocol compatibility.
Use cases
- embed a document database in a Rust desktop or mobile app
- store schemaless JSON-like data locally without a database server
- replace SQLite when a document data model fits better
- run a lightweight MongoDB-compatible local server
- persist app data with transactions and indexes offline-first
When to avoid
- you need full MongoDB feature parity or production-grade MongoDB compatibility
- you need a single portable database file rather than a RocksDB directory
- you require battle-tested maturity for critical production workloads
Facets
library · maturity active
database serialization databases developer-tools cross-platform rust cross-platform windows python embedded-database document-database nosql local-first mongodb-like bson rocksdb localfirst macos linux android ios
4 sources
- readme: https://github.com/PoloDB/PoloDB · fetched 2026-08-28 · c22e64478eed
- homepage: https://www.polodb.org/ · fetched 2026-08-29 · b422987bb0da
- site_page: https://www.polodb.org/docs · fetched 2026-08-29 · db1c95060672
- registry_crates: https://crates.io/api/v1/crates/polodb · fetched 2026-08-29 · 509a6099816a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PoloDB/PoloDB | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem