0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 15:06:34 +01:00
The MongoDB Database
Go to file
James Bronsted 4b6fbe43da SERVER-97540 temporarily disable -Wunknown-warning-option (#29496)
GitOrigin-RevId: cbc0ef8de295f0de4c77b82c68048c34ed87b45f
2024-11-22 21:21:31 +00:00
.github SERVER-92880 Tag more files in 'src' as owned by query (#29125) 2024-11-22 18:04:59 +00:00
.vscode_defaults
bazel SERVER-97540 temporarily disable -Wunknown-warning-option (#29496) 2024-11-22 21:21:31 +00:00
buildfarm
buildscripts SERVER-96581: Rename externalAPI operator, connection type, and fields (#28933) 2024-11-22 17:39:50 +00:00
debian
distsrc
docs
etc SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169) 2024-11-22 19:59:42 +00:00
evergreen SERVER-97469 Do not automatically schedule archive_dist_test_debug for sys-perf patches (#29489) 2024-11-22 17:40:30 +00:00
jstests SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169) 2024-11-22 19:59:42 +00:00
rpm
site_scons SERVER-94946 Add prove-server-programmability target (#29261) 2024-11-22 12:35:36 +00:00
src SERVER-95610 Remove versioning check in servers.js for reshardingDelayBeforeRemainingOperationTimeQueryMillis (#29433) 2024-11-22 21:11:59 +00:00
tools
.bazelignore
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml SERVER-91914 Refactor MagicRestoreUtils to manage restore for all nodes in a replica set (#25299) 2024-11-20 23:26:12 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.udbinit
BUILD.bazel
CONTRIBUTING.rst
copy.bara.sky
copy.bara.staging.sky
CreativeCommons.txt
cspell.json
jsconfig.json
LICENSE-Community.txt
OWNERS.yml
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md
README.third_party.md
sbom.json
SConstruct SERVER-97540 temporarily disable -Wunknown-warning-option (#29496) 2024-11-22 21:21:31 +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.