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
Shreyas Kalyan e7df2afb4d SERVER-83488 Move role acquisition for X509 and OIDC into UserRequest objects (#26917)
GitOrigin-RevId: bddf66106c00720df0d787f218cf94e6d4fffcd4
2024-09-16 14:33:10 +00:00
.github SERVER-90429 Remove diagnostic latches (#27018) 2024-09-14 01:31:11 +00:00
.vscode_defaults
bazel SERVER-90429 Remove diagnostic latches (#27018) 2024-09-14 01:31:11 +00:00
buildfarm
buildscripts SERVER-90429 Remove diagnostic latches (#27018) 2024-09-14 01:31:11 +00:00
debian
distsrc
docs
etc SERVER-94788 Attach host.list output to the task for additional logging in powercycle (#27060) 2024-09-16 07:18:40 +00:00
evergreen SERVER-94794 Add retries to container registry login command (#27065) 2024-09-13 22:57:10 +00:00
jstests SERVER-94368 Make ttl_deletes_not_targeting_orphaned_documents.js more deterministic (#26901) 2024-09-16 14:06:58 +00:00
rpm
site_scons SERVER-90429 Remove diagnostic latches (#27018) 2024-09-14 01:31:11 +00:00
src SERVER-83488 Move role acquisition for X509 and OIDC into UserRequest objects (#26917) 2024-09-16 14:33:10 +00:00
tools
.bazelignore Revert "SERVER-82800 Port mozjs to Bazel (#25286)" (#27048) 2024-09-13 11:51:25 +00:00
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel
CONTRIBUTING.rst
copy.bara.sky
copybara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
OWNERS.yml SERVER-94534 Added owning team to codeowners (#26886) 2024-09-10 00:01:20 +00:00
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md
README.third_party.md
sbom.json
SConstruct SERVER-90429 Remove diagnostic latches (#27018) 2024-09-14 01:31:11 +00:00
symbols.orderfile
WORKSPACE.bazel

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.