0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
The MongoDB Database
Go to file
Steve McClure 06c95a1d8d SERVER-92845: Breakout code coverage variants/codeowners (#26031)
GitOrigin-RevId: 0ee3bb2fd8a5b37b97294163564b111fe190bf02
2024-08-13 18:07:50 +00:00
.github SERVER-92845: Breakout code coverage variants/codeowners (#26031) 2024-08-13 18:07:50 +00:00
.vscode_defaults
bazel SERVER-93253 Port gssapi_helpers from SCons to Bazel (#25988) 2024-08-13 00:57:33 +00:00
buildfarm
buildscripts SERVER-89574 Add more coverage for query stats and change streams (#25861) 2024-08-13 16:08:23 +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-92845: Breakout code coverage variants/codeowners (#26031) 2024-08-13 18:07:50 +00:00
evergreen SERVER-93192 Upgrade Dependencies (#25974) 2024-08-12 16:01:04 +00:00
jstests SERVER-93496 Make delete_during_migration.js use a longer defaultConfigCommandTimeoutMS (#26041) 2024-08-13 17:40:02 +00:00
rpm
site_scons SERVER-88791 Port librdkafka to Bazel (#25813) 2024-08-12 18:52:05 +00:00
src SERVER-92337 Reset variables for $unionWith during second execution of subpipeine for explain (#26029) 2024-08-13 16:03:16 +00:00
tools
.bazelignore
.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-92404 Disable symbol reordering in lld for debug builds (#25582) 2024-08-13 15:52:40 +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.