0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 20:49:10 +01:00
The MongoDB Database
Go to file
Mikhail Shchatko cfa71f3776 SERVER-93515 Apply new VP and Overall quotas for the code lockdown (#26106)
GitOrigin-RevId: 56309603a6e1d87c9caa8b78b3208104d9e76866
2024-08-14 15:34:13 +00:00
.github SERVER-93335 Update FLE crud code ownership (#26065) 2024-08-13 18:43:06 +00:00
.vscode_defaults
bazel SERVER-93421 Convert 55 IDL generators to run in Bazel (#26070) 2024-08-14 02:29:54 +00:00
buildfarm
buildscripts SERVER-93515 Apply new VP and Overall quotas for the code lockdown (#26106) 2024-08-14 15:34:13 +00:00
debian SERVER-87888 Update man pages for 8.0 (#25054) 2024-07-22 17:18:25 +00:00
distsrc
docs SERVER-92770 Remove emptycapped (#25439) 2024-07-31 15:44:28 +00:00
etc SERVER-93515 Apply new VP and Overall quotas for the code lockdown (#26106) 2024-08-14 15:34:13 +00:00
evergreen SERVER-93515 Apply new VP and Overall quotas for the code lockdown (#26106) 2024-08-14 15:34:13 +00:00
jstests SERVER-85390 Retry conflicting index build during oplog application (#25891) 2024-08-14 15:28:25 +00:00
rpm
site_scons SERVER-93522 add support for dsym in bazel (#26094) 2024-08-14 05:26:02 +00:00
src SERVER-85390 Retry conflicting index build during oplog application (#25891) 2024-08-14 15:28:25 +00:00
tools
.bazelignore SERVER-90718 add wiredtiger dist dir to bazelignore (#24508) 2024-07-10 18:32:32 +00:00
.bazelrc SERVER-93399 Convert releases.h generator from SCons to Bazel (#25919) 2024-08-09 01:52:22 +00:00
.bazelversion
.clang-format
.clang-tidy.in SERVER-80631 add compile_command.json support for bazel (#25604) 2024-08-02 21:56:14 +00:00
.eslintignore
.eslintrc.yml SERVER-91111: Enable spider-monkey-dbg build (#24813) 2024-07-17 16:58:25 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-93246 add recommended deps feature (#25923) 2024-08-09 06:42:45 +00:00
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
abc.cc
BUILD.bazel SERVER-80631 add compile_command.json support for bazel (#25604) 2024-08-02 21:56:14 +00:00
CONTRIBUTING.rst
copy.bara.sky
copybara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
OWNERS.yml SERVER-93169 Added another engineer to the default owners (#25757) 2024-08-05 17:44:19 +00:00
package.json
pnpm-lock.yaml
poetry.lock SERVER-93192 Upgrade Dependencies (#25974) 2024-08-12 16:01:04 +00:00
pyproject.toml SERVER-93192 Upgrade Dependencies (#25974) 2024-08-12 16:01:04 +00:00
README.md
README.third_party.md SERVER-88284 upgrade windows cyrus sasl to 2.1.28 (#25667) 2024-08-07 06:54:25 +00:00
sbom.json SERVER-93048: Add a validation in sbom linter to match the sbom component version wiith the import script version (#25621) 2024-08-09 23:16:25 +00:00
SConstruct SERVER-93526 fix bazel header list generator to quote on queries (#26078) 2024-08-13 20:08:33 +00:00
symbols.orderfile
WORKSPACE.bazel SERVER-80631 add compile_command.json support for bazel (#25604) 2024-08-02 21:56:14 +00:00

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.