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
Daniel Moody 3752b828af SERVER-96028 release profile should use bazel remote exec (#28331)
GitOrigin-RevId: 38aa6893905c3605af3efd6531ab3b682750d6be
2024-10-24 21:42:10 +00:00
.github SERVER-95808 Move capped collection code to its own directory (#28328) 2024-10-24 21:04:12 +00:00
.vscode_defaults SERVER-94508 Update VSCode defaults for clickable stacktraces (#26782) 2024-09-06 13:23:57 +00:00
bazel SERVER-94688 make bazel coverity able to access enterprise targets (#28417) 2024-10-23 21:37:29 +00:00
buildfarm
buildscripts SERVER-95713 Re-set orphanCleanupDelaySecs in concurrency suites with balancer and failovers (#28064) 2024-10-24 20:38:07 +00:00
debian
distsrc
docs SERVER-96047 move linters out of scons (#28323) 2024-10-22 19:17:19 +00:00
etc SERVER-91567 Add jstests to coverage variants (#28370) 2024-10-24 20:42:47 +00:00
evergreen SERVER-91567 Add jstests to coverage variants (#28370) 2024-10-24 20:42:47 +00:00
jstests SERVER-94470 $concatArrays group accumulator in SBE (#28402) 2024-10-24 21:37:37 +00:00
rpm
site_scons SERVER-96028 release profile should use bazel remote exec (#28331) 2024-10-24 21:42:10 +00:00
src SERVER-94470 $concatArrays group accumulator in SBE (#28402) 2024-10-24 21:37:37 +00:00
tools
.bazelignore SERVER-82800 Port mozjs to Bazel (#27124) 2024-09-16 21:52:13 +00:00
.bazelrc Revert "SERVER-95858 remove local linking (#28309)" (#28338) 2024-10-22 08:38:21 +00:00
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-95625 add bes keywords for developer builds (#27901) 2024-10-10 01:35:24 +00:00
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel
CONTRIBUTING.rst
copy.bara.sky SERVER-94187 Switch git ssh to https in copybara (#27049) 2024-09-16 16:01:16 +00:00
copy.bara.staging.sky SERVER-94187 Switch git ssh to https in copybara (#27049) 2024-09-16 16:01:16 +00:00
CreativeCommons.txt
jsconfig.json SERVER-95506: jsconfig.json should include files rather than exclude them. (#27790) 2024-10-14 22:25:31 +00:00
LICENSE-Community.txt
OWNERS.yml SERVER-95073 Replace list of individuals with group for global onwership (#27329) 2024-09-20 20:43:29 +00:00
package.json
pnpm-lock.yaml
poetry.lock SERVER-95294 Use pyright for static type checking (#28167) 2024-10-24 18:16:36 +00:00
pyproject.toml SERVER-95294 Use pyright for static type checking (#28167) 2024-10-24 18:16:36 +00:00
README.md
README.third_party.md SERVER-94421 Update libbson to mongo-c-driver@1.27.6 (#26881) 2024-09-10 21:57:55 +00:00
sbom.json SERVER-95937 Update zlib to 1.3.1 (#28221) 2024-10-24 15:36:40 +00:00
SConstruct SERVER-96028 release profile should use bazel remote exec (#28331) 2024-10-24 21:42:10 +00:00
symbols.orderfile
WORKSPACE.bazel SERVER-88784 port GRPC to Bazel (#27150) 2024-09-18 11:01:48 +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.