0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 16:46:00 +01:00
The MongoDB Database
Go to file
auto-revert-app[bot] b0b295cbf6 Revert "SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169)" (#29525)
GitOrigin-RevId: 56226c1d92e0f7dd3e35ea83b77c6a24ecb4a028
2024-11-24 09:56:16 +00:00
.github Revert "SERVER-92880 Tag more jstests as owned by query (#29090)" (#29523) 2024-11-23 09:10:19 +00:00
.vscode_defaults
bazel SERVER-97540 temporarily disable -Wunknown-warning-option (#29496) 2024-11-22 21:21:31 +00:00
buildfarm
buildscripts Revert "SERVER-92880 Tag more jstests as owned by query (#29090)" (#29523) 2024-11-23 09:10:19 +00:00
debian SERVER-93920: Final cleanup for enableMajorityReadConcern flag (#26455) 2024-08-23 19:21:58 +00:00
distsrc
docs
etc Revert "SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169)" (#29525) 2024-11-24 09:56:16 +00:00
evergreen Revert "SERVER-97469 Do not automatically schedule archive_dist_test_… (#29511) 2024-11-22 22:27:10 +00:00
jstests Revert "SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169)" (#29525) 2024-11-24 09:56:16 +00:00
rpm
site_scons SERVER-94946 Add prove-server-programmability target (#29261) 2024-11-22 12:35:36 +00:00
src Revert "SERVER-93149 Re-enable FeatureFlagReshardingForTimeseries by default (#28169)" (#29525) 2024-11-24 09:56:16 +00:00
tools
.bazelignore
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.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.