# mongodb/mongo-tools

Repository: https://github.com/mongodb/mongo-tools
Canonical: https://ross.abutalabs.com/products/mongo-tools
Language: Go
License: NOASSERTION
License Family: other
Last push: 2026-09-02T16:39:09+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 35, longevity 100
- inputs: {"age_days": 4375, "days_push": 0, "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 1051, forks 390 (observed 2026-09-03T02:15:15.233456+00:00)

## What it is
A suite of official MongoDB command-line tools written in Go, including mongodump/mongorestore for backups, mongoimport/mongoexport for JSON/CSV data transfer, bsondump, mongofiles for GridFS, and mongostat/mongotop for monitoring. It is maintained by MongoDB Inc. and released as the MongoDB Database Tools.

## Use cases
- back up a mongodb database to disk
- restore a bson dump into a live mongodb cluster
- import csv or  data into a mongodb collection
- export a mongodb collection to  or csv
- monitor mongodb server read/write activity
- convert bson files to human-readable
- manage files stored in gridfs

## When to choose
- you need official, supported tools for mongodb backup and restore
- you want to migrate data between mongodb deployments or from csv/ files
- you need to inspect bson files or monitor server performance from the command line

## When to avoid
- you use a non-mongodb database
- you need a GUI for database administration
- you want programmatic in-application access to mongodb rather than CLI utilities

## Facets
- artifact type: cli-tool
- maturity: active
- function: database, backup, cli, monitoring, data-generation, serialization
- domain: databases, developer-tools
- platform: windows, cross-platform, cli
- tags: mongodb, bson, mongodump, mongorestore, mongoimport, mongoexport, gridfs, database-backup, database-migration, command-line, data-engineering, linux, macos

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

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:15.233456+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-30T07:00:09.789813+00:00, confidence not recorded.
  - readme: https://github.com/mongodb/mongo-tools (fetched 2026-09-03T02:15:15.233456+00:00, sha 68e3eed94252)
- Data as of 2026-08-30T08:39:29.467469+00:00.
