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

mWater/minimongo

Client-side in-memory mongodb backed by localstorage with server sync over http observed · 2026-08-28

github.com/mWater/minimongo · TypeScript · LGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 81
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4625
  • days_rel: n/a
  • days_push: 117
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1212 stars · 131 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Minimongo is a client-side in-memory MongoDB clone for JavaScript/TypeScript with pluggable storage backends (Memory, LocalStorage, IndexedDB, WebSQL, SQLite). It supports hybrid local/remote synchronization over HTTP, replication, EJSON, and geospatial queries.

Use cases

  • offline-first web app with local database and server sync
  • query client-side data with MongoDB-like syntax
  • cache server data in the browser with IndexedDB
  • sync pending local edits to a REST API
  • run geospatial queries like $near in the browser
  • replicate data between local and remote database instances

When to choose

  • you want a MongoDB-style query API entirely client-side
  • you need offline persistence with automatic sync to a server
  • you want multiple swappable storage backends (memory, IndexedDB, WebSQL, SQLite)
  • you need geospatial queries ($near, $geoIntersects) in the browser

When to avoid

  • you need a full MongoDB server with server-side aggregation pipelines
  • you need multi-user real-time conflict resolution beyond simple base-document resolution
  • you are not using JavaScript/TypeScript in a browser or Node environment

Facets

library · maturity active

database orm caching serialization databases web-development frontend browser mongodb offline-first localstorage indexeddb websql client-side-database data-sync geospatial-queries ejson replication nodejs javascript typescript

2 sources

Member repositories

RepositoryRoleHealth v2
mWater/minimongomain69

For agents

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

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