mongodb/mongo
The MongoDB Database observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 6439
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
28508 stars · 5795 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MongoDB is a widely used open-source NoSQL document database written in C++, including the mongod server and mongos sharding router. It stores data in flexible JSON-like documents and supports replication, sharding, full-text search, vector search, and a rich aggregation pipeline.
Use cases
- store application data in a flexible document database
- run a self-hosted NoSQL database with replication and sharding
- build semantic search or AI apps with vector search
- scale horizontally across shards for high-throughput workloads
- query and aggregate semi-structured JSON data
When to choose
- you need a flexible schema and document-oriented data model
- you want built-in horizontal scaling via sharding and replica sets
- you need integrated full-text or vector search alongside operational data
- you want a mature database with drivers for most languages
When to avoid
- you need strict multi-row ACID relational transactions and joins
- you cannot accept the SSPL license for a hosted-database-as-a-service offering
- your workload is small and a lightweight embedded database would suffice
- you need heavy relational reporting with SQL
Facets
application · maturity stable
database search-engine vector-database caching databases backend web-development developer-tools windows self-hosted cloud cpp nosql document-database sharding replication aggregation-pipeline sspl mongod mongos search linux macos docker
9 sources
- readme: https://github.com/mongodb/mongo · fetched 2026-08-28 · 324fe9796f02
- homepage: https://www.mongodb.com/ · fetched 2026-08-29 · 547ee0937d18
- site_page: https://www.mongodb.com/docs · fetched 2026-08-29 · c31b6c012546
- site_page: https://www.mongodb.com/docs/atlas/architecture/current/solutions-library · fetched 2026-08-29 · 0dfd723aadd5
- site_page: https://www.mongodb.com/books · fetched 2026-08-29 · 70abdeaa2294
- site_page: https://www.mongodb.com/company/newsroom · fetched 2026-08-29 · e3f69e7b7c0c
- site_page: https://www.mongodb.com/company/partners · fetched 2026-08-29 · 342527daf5e8
- site_page: https://www.mongodb.com/company · fetched 2026-08-29 · d34f6c0cb4f8
- site_page: https://www.mongodb.com/pricing · fetched 2026-08-29 · 94b4db771046
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mongodb/mongo | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem