0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 23:27:11 +01:00
The MongoDB Database
Go to file
ben-gawel d65544bec0 SERVER-96781 Remove tenant migration error codes (#28991)
GitOrigin-RevId: 2b3d88c35a2321fd1c9f99308ffcca0e47f8206a
2024-11-08 14:56:08 +00:00
.github SERVER-96798 Mark some tests as owned by the Storage Execution team (#28945) 2024-11-07 19:27:11 +00:00
.vscode_defaults
bazel SERVER-96264 Header relocation fix instructions (#28949) 2024-11-07 04:13:43 +00:00
buildfarm
buildscripts SERVER-94739 Add a microbenchmark for shard-filtering distinct scan (#28581) 2024-11-08 12:36:38 +00:00
debian
distsrc
docs SERVER-96406 Update the branching instructions for the scheduled compiles (#28656) 2024-11-04 17:15:28 +00:00
etc SERVER-95475 Change Perf BFs thresholds (#28983) 2024-11-08 10:55:54 +00:00
evergreen SERVER-96475 resmoke correctly set --patchBuild (#28892) 2024-11-06 01:10:31 +00:00
jstests SERVER-95855 applyOps of an applyOps of a dropDatabase causes invariant failure that crashes mongod (#28736) 2024-11-08 11:01:08 +00:00
rpm
site_scons SERVER-96737 Make ninja incremental bazel builds faster (#28935) 2024-11-06 18:56:24 +00:00
src SERVER-96781 Remove tenant migration error codes (#28991) 2024-11-08 14:56:08 +00:00
tools SERVER-91979 Upgrade to Bazel 7.2 (#28749) 2024-11-01 21:08:36 +00:00
.bazelignore
.bazelrc SERVER-91979 Upgrade to Bazel 7.2 (#28749) 2024-11-01 21:08:36 +00:00
.bazelversion SERVER-91979 Upgrade to Bazel 7.2 (#28749) 2024-11-01 21:08:36 +00:00
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml SERVER-82330 Add ability to decode resume token from bson in js tests (#28345) 2024-11-05 16:36:15 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-93965 Error on evergreen project config validation (#28789) 2024-11-07 10:54:28 +00:00
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel SERVER-96243 Fix githash in version_constants.h (#28602) 2024-10-30 00:33:18 +00:00
CONTRIBUTING.rst
copy.bara.sky
copy.bara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
OWNERS.yml
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md
README.third_party.md SERVER-96236 Update libmongocrypt to 1.12.0 (#28899) 2024-11-06 17:15:24 +00:00
sbom.json SERVER-96236 Update libmongocrypt to 1.12.0 (#28899) 2024-11-06 17:15:24 +00:00
SConstruct SERVER-92731 fix hybrid autoarchive and support hybrid autoinstall for bazelprograms (#28783) 2024-11-05 18:35:16 +00:00
symbols.orderfile
WORKSPACE.bazel SERVER-91979 Upgrade to Bazel 7.2 (#28749) 2024-11-01 21:08: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.