Ross ROSS = Recommend OSS · open-source software intelligence for agents

PoloDB/PoloDB

PoloDB is an embedded document database. observed · 2026-08-28

github.com/PoloDB/PoloDB · homepage · Rust · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
PoloDB/PoloDBmain96

For agents

markdown · JSON · MCP: product_card(name="PoloDB/PoloDB")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem