Go to file
Sean Lyons 0f9ecd3094 SERVER-124884: Remove ZIP files from --remote_download_regex used with remote tests (#52173)
GitOrigin-RevId: a34b676496831b409c10308e8a44d357ea0593d1
2026-04-20 19:55:52 +00:00
.devcontainer SERVER-123755: Add fzf to devcontainer setup (#51501) 2026-04-13 08:38:18 +00:00
.github SERVER-121513: add an initial version of a resmoke agent skill (#49498) 2026-03-13 16:12:42 +00:00
.tmp
.vscode_defaults SERVER-123170 Fix error in VS Code for Python interpreter path (#50931) 2026-04-01 19:51:14 +00:00
bazel SERVER-124282: Update cargo-bazel binary for ppc64le (#51981) 2026-04-20 18:08:35 +00:00
buildscripts SERVER-120633 Fix samplingCE mode behavior when index is dropped during sampling query yield (#50909) 2026-04-20 18:14:32 +00:00
debian SERVER-116419: Update man pages for 8.3 (#51744) 2026-04-14 13:36:59 +00:00
distsrc SERVER-121793: prettier-format README files (#49712) 2026-03-17 22:41:45 +00:00
docs SERVER-121913: Improve branching instructions (#49828) 2026-04-07 18:58:41 +00:00
etc SERVER-123567 ShardRegistry should not remove RSM when a live shard still uses the same replica set name (#51296) 2026-04-20 17:57:57 +00:00
evergreen SERVER-124483 Bazel server detection logic causes unnecessary retries (#52101) 2026-04-20 14:32:43 +00:00
jstests SERVER-124886: Tag extension-on-view tests with featureFlagExtensionsInsideHybridSearch (#52174) 2026-04-20 19:26:12 +00:00
modules_poc SERVER-124074 core.service modularity marks (#51885) 2026-04-17 17:30:05 +00:00
rpm
src SERVER-116542 Report bytesSpilledCompressedSize as equal to bytesSpilledUncompressedSize for primary-driven index builds in server status (#52156) 2026-04-20 19:25:35 +00:00
tools SERVER-123867: Disable Printing out Env Variables in Typer Exception Handler (#51608) 2026-04-10 20:39:14 +00:00
x509 SERVER-121793: prettier-format README files (#49712) 2026-03-17 22:41:45 +00:00
.bazelignore SERVER-123751: Ignore nested worktrees (#51496) 2026-04-09 17:42:57 +00:00
.bazeliskrc
.bazelrc SERVER-124884: Remove ZIP files from --remote_download_regex used with remote tests (#52173) 2026-04-20 19:55:52 +00:00
.bazelrc.fuzztest SERVER-118522 Vendor Fuzztest (#47328) 2026-02-06 19:34:13 +00:00
.bazelrc.local.example
.bazelrc.sync
.bazelversion
.clang-format
.clang-tidy.in SERVER-119757 Rename ShardingDDLCoordinator to ShardingCoordinator (#48662) 2026-03-18 11:27:39 +00:00
.editorconfig
.gdbinit
.git-blame-ignore-revs
.gitattributes SERVER-119997 Dont run prettier on monguard directory 2026-02-20 18:58:49 +00:00
.gitignore SERVER-124053 Add .evergreen.yml to .gitignore (#51799) 2026-04-14 21:13:55 +00:00
.lldbinit
.mypy.ini SERVER-121511: Update remaining Python 3.10 references to 3.13 (#49522) 2026-03-17 22:04:32 +00:00
.npmrc
.prettierignore SERVER-121793: prettier-format README files (#49712) 2026-03-17 22:41:45 +00:00
.prettierrc
BUILD.bazel SERVER-124473: Add bazel rules for running db-contrib-tool (#52092) 2026-04-20 15:36:36 +00:00
CONTRIBUTING.rst
copy.bara.sky SERVER-124296: Remove evergreen yaml sync (#52003) 2026-04-16 23:22:00 +00:00
CreativeCommons.txt
cspell.json SERVER-113581 Implement DEK Rotation for Phylog (#49440) 2026-03-30 15:20:08 +00:00
eslint.config.mjs SERVER-119145 Do not reserialize oplog entries before comparing them (#50587) 2026-03-31 20:06:10 +00:00
jsconfig.json
LICENSE-Community.txt
MODULE.bazel SERVER-124282: Update cargo-bazel binary for ppc64le (#51981) 2026-04-20 18:08:35 +00:00
MODULE.bazel.lock SERVER-124282: Update cargo-bazel binary for ppc64le (#51981) 2026-04-20 18:08:35 +00:00
OWNERS.yml SERVER-122047: replace 10gen/genai-coding-policy owner with Server Programmability (#49934) 2026-03-30 14:56:08 +00:00
package.json
pnpm-lock.yaml
poetry_requirements.txt
poetry.lock SERVER-109005 add rapidyaml wheels (#51312) 2026-04-08 16:49:39 +00:00
pyproject.toml SERVER-109005 add rapidyaml wheels (#51312) 2026-04-08 16:49:39 +00:00
README.md
README.third_party.md SERVER-111072 Auto-generated SBOM files [master] (#51181) 2026-04-13 16:55:31 +00:00
sbom.json SERVER-111072 Auto-generated SBOM files [master] (#51859) 2026-04-15 16:05:42 +00:00
WORKSPACE.bazel SERVER-124473: Add bazel rules for running db-contrib-tool (#52092) 2026-04-20 15:36:36 +00:00

Logo MongoDB README

Welcome to MongoDB!

Components

  • mongod - The database server.
  • mongos - Sharding router.

Download MongoDB

Download the MongoDB Shell

Building

See Building MongoDB.

Running

For command line options invoke:

$ ./mongod --help

To run a single server database:

$ sudo mkdir -p /data/db
$ ./mongod
$
$ # The mongosh shell connects to localhost and test database by default:
$ ./mongosh
test> help

Installing Compass

You can install compass using the install_compass script packaged with MongoDB:

$ ./install_compass

This will download the appropriate MongoDB Compass package for your platform and install it.

Drivers

Client drivers for most programming languages are available at https://docs.mongodb.com/manual/applications/drivers/.

Bug Reports

See https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports.

Packaging

Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages.

Learn MongoDB

Cloud Hosted MongoDB

https://www.mongodb.com/cloud/atlas

Forums

LICENSE

MongoDB is free and the source is available. Versions released prior to October 16, 2018 are published under the AGPL. All versions released after October 16, 2018, including patch fixes for prior versions, are published under the Server Side Public License (SSPL) v1. See individual files for details which will specify the license applicable to each file. Files subject to the SSPL will be noted in their headers.