0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
The MongoDB Database
Go to file
Zack Winter 8b8914b97b SERVER-93702 Exempt SConscripts and BUILD.bazel from codeowners (#26244)
GitOrigin-RevId: 9137d6405c9ca8e2c0b9415ada74bcc809e482e1
2024-08-16 20:27:07 +00:00
.github SERVER-93702 Exempt SConscripts and BUILD.bazel from codeowners (#26244) 2024-08-16 20:27:07 +00:00
.vscode_defaults
bazel SERVER-93662 fix scons libdeps bazel query (#26214) 2024-08-16 16:03:21 +00:00
buildfarm
buildscripts SERVER-93702 Exempt SConscripts and BUILD.bazel from codeowners (#26244) 2024-08-16 20:27:07 +00:00
debian
distsrc
docs
etc SERVER-93668 Remove first batch of bulk_write suites (#26218) 2024-08-16 18:24:33 +00:00
evergreen SERVER-93708: Suppress gcov io errors that make logs enormous and slow progress (#26252) 2024-08-16 19:16:16 +00:00
jstests SERVER-91835: Add tests for cluster_parameter_synchronization_helpers (#23991) 2024-08-16 20:22:48 +00:00
rpm
site_scons SERVER-93705 fix vcproj generation script (#26248) 2024-08-16 20:10:01 +00:00
src SERVER-91835: Add tests for cluster_parameter_synchronization_helpers (#23991) 2024-08-16 20:22:48 +00:00
tools
.bazelignore
.bazelrc SERVER-91849 Double Bazel executor concurrency (#26226) 2024-08-16 16:18:47 +00:00
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-93557 bazel header list generator should find gen headers from lib deps (#26104) 2024-08-14 20:48:20 +00:00
.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
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md SERVER-91333: Reference mongosh in README instead of mongo shell (#25936) 2024-08-16 18:24:46 +00:00
README.third_party.md
sbom.json
SConstruct SERVER-93662 fix scons libdeps bazel query (#26214) 2024-08-16 16:03:21 +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.