0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 00:58:53 +01:00
The MongoDB Database
Go to file
HanaPearlman 57ed2feaec SERVER-92464: update_upsert_multi.js Retry multi-update on QueryPlanKilled (#24817)
GitOrigin-RevId: 2b6c8eddac7f4ae5abcb64fbd674f6f4f7b1eba4
2024-07-17 16:58:12 +00:00
.github SERVER-91394: Make jepsen.md (et al) owned by Correctness via file ownership (#23945) 2024-07-09 19:59:06 +00:00
.vscode_defaults
bazel SERVER-87441, DEVPROD-5360 Add initial ubuntu24.04 build variants and v4 toolchain reference (#24416) 2024-07-10 00:20:15 +00:00
buildfarm
buildscripts SERVER-92373 Fix BF count calculation (#24868) 2024-07-17 14:53:27 +00:00
debian
distsrc
docs SERVER-92375 Remove minor version from rhel8.x variant names (#24673) 2024-07-12 21:25:20 +00:00
etc SERVER-88400 shardedDataDistribution aggregation stage must not return null fields for timeseries (#24745) 2024-07-16 18:40:02 +00:00
evergreen SERVER-92415 Bump db-contrib-tool version to v0.8.3 (#24732) 2024-07-15 17:21:13 +00:00
jstests SERVER-92464: update_upsert_multi.js Retry multi-update on QueryPlanKilled (#24817) 2024-07-17 16:58:12 +00:00
rpm SERVER-87451 Upgrade rhel8.0 variants to rhel8.8 (#24255) 2024-07-05 21:35:08 +00:00
site_scons SERVER-92225 fix bazel order conversion list (#24498) 2024-07-10 18:32:45 +00:00
src SERVER-90669 Add oplogBatchApplierTaskCount parameter to the moveCollection command (#24578) 2024-07-17 15:43:17 +00:00
tools
.bazelignore SERVER-90718 add wiredtiger dist dir to bazelignore (#24508) 2024-07-10 18:32:32 +00:00
.bazelrc Revert "SERVER-91849 increase bazel default RBE jobs to 800 (#23952)" (#24202) 2024-07-02 03:19:29 +00:00
.bazelversion
.clang-format
.clang-tidy.in SERVER-90668 Convert invariants on Status.isOK() to invariants on the Status itself (#24122) 2024-07-11 01:55:47 +00:00
.eslintignore
.eslintrc.yml Revert "SERVER-91111: Enable spider-monkey-dbg build. (#22906)" (#24713) 2024-07-12 22:20:35 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore SERVER-92234 Explicitly exempt formatting anything in build output dirs (#24481) 2024-07-09 20:33:51 +00:00
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
abc.cc
BUILD.bazel SERVER-90718 make bazel config header generation generic (#24236) 2024-07-03 21:08:13 +00:00
CONTRIBUTING.rst
copy.bara.sky
copybara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
OWNERS.yml
package.json
pnpm-lock.yaml
poetry.lock SERVER-91629 Upgrade pyproject-hooks to 1.1.0 (#23838) 2024-06-22 20:06:38 +00:00
pyproject.toml
README.md
README.third_party.md SERVER-92030 Upgrade libbson to mongo-c-driver@1.27.1 (#24184) 2024-07-02 03:19:41 +00:00
sbom.json SERVER-91492 Fix master sbom format and activate linter (#24424) 2024-07-09 18:35:12 +00:00
SConstruct SERVER-91555 Download mongot binaries from downstream_expansions in child patch on mongodb-mongo-master (#23925) 2024-07-03 21:15:20 +00:00
symbols.orderfile
WORKSPACE.bazel

Logo MongoDB README

Welcome to MongoDB!

Components

  • mongod - The database server.
  • mongos - Sharding router.
  • mongo - The database shell (uses interactive javascript).

Download MongoDB

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 mongo javascript shell connects to localhost and test database by default:
$ ./mongo
> 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/. Use the shell (mongo) for administrative tasks.

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.