sergeyksv/tingodb
Embedded Node.js database upward compatible with MongoDB observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4885
- days_rel: n/a
- days_push: 2520
- n_releases_24m: 0
Adoption not part of the score
1158 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TingoDB is an embedded, in-process JavaScript database for Node.js that stores data on the filesystem or in memory and is upward compatible with the MongoDB v1.4 driver API. It lets applications written against MongoDB switch to an embedded database with almost no code changes, and vice versa.
Use cases
- embed a MongoDB-like database in a Node.js app without running a server
- prototype apps locally with MongoDB-compatible API then switch to MongoDB in production
- run unit tests against an embedded database instead of a MongoDB instance
- use Mongoose-style ODM tooling with an embedded datastore
- build small self-contained apps that need document storage
When to choose
- you want MongoDB query syntax without deploying a MongoDB server
- you need an embedded, zero-admin document database for Node.js
- you want to keep the option to migrate to MongoDB later with minimal changes
When to avoid
- you need MongoDB features beyond the v1.4/2.x API level
- you need high concurrency, replication, or clustering at scale
- you need an actively maintained project with recent releases
Facets
library · maturity maintenance
database database-driver databases backend developer-tools cross-platform embedded-database mongodb-compatible in-process nosql document-store nodejs
2 sources
- readme: https://github.com/sergeyksv/tingodb · fetched 2026-08-28 · f3530f8e2b83
- registry_npm: https://registry.npmjs.org/tingodb · fetched 2026-08-29 · 9d0836db79ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sergeyksv/tingodb | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="sergeyksv/tingodb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem