# mongodb/mongo

The MongoDB Database

Repository: https://github.com/mongodb/mongo
Canonical: https://ross.abutalabs.com/products/mongo
Homepage: https://www.mongodb.com/
Language: C++
License: NOASSERTION
License Family: other
Topics: c-plus-plus, database, mongodb, nosql
Last push: 2026-08-26T23:56:37+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 6439, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 28508, forks 5795 (observed 2026-08-28T04:11:48.357878+00:00)

## What it is
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
- artifact type: application
- maturity: stable
- function: database, search-engine, vector-database, caching
- domain: databases, backend, web-development, developer-tools
- platform: windows, self-hosted, cloud, cpp
- tags: nosql, document-database, sharding, replication, aggregation-pipeline, sspl, mongod, mongos, search, linux, macos, docker

## Member repositories
- mongodb/mongo (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:48.357878+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:54:22.512760+00:00, confidence not recorded.
  - readme: https://github.com/mongodb/mongo (fetched 2026-08-28T04:11:48.357878+00:00, sha 324fe9796f02)
  - homepage: https://www.mongodb.com/ (fetched 2026-08-29T07:51:01.502870+00:00, sha 547ee0937d18)
  - site_page: https://www.mongodb.com/docs (fetched 2026-08-29T07:51:01.515338+00:00, sha c31b6c012546)
  - site_page: https://www.mongodb.com/docs/atlas/architecture/current/solutions-library (fetched 2026-08-29T07:51:01.519565+00:00, sha 0dfd723aadd5)
  - site_page: https://www.mongodb.com/books (fetched 2026-08-29T07:51:01.517343+00:00, sha 70abdeaa2294)
  - site_page: https://www.mongodb.com/company/newsroom (fetched 2026-08-29T07:51:01.521786+00:00, sha e3f69e7b7c0c)
  - site_page: https://www.mongodb.com/company/partners (fetched 2026-08-29T07:51:01.524179+00:00, sha 342527daf5e8)
  - site_page: https://www.mongodb.com/company (fetched 2026-08-29T07:51:01.526691+00:00, sha d34f6c0cb4f8)
  - site_page: https://www.mongodb.com/pricing (fetched 2026-08-29T07:51:01.544790+00:00, sha 94b4db771046)
- Data as of 2026-08-30T08:39:29.467469+00:00.
