0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
The MongoDB Database
Go to file
auto-revert-app[bot] d055ae4ba6 Revert "SERVER-97037: Added evergreen integration and updated names and filepaths (#29123)" (#29325)
GitOrigin-RevId: 2e1e319f2975a4b5194e75f42a6af7197b5419bc
2024-11-19 07:11:43 +00:00
.github SERVER-97005 Add codeowners file for QueryTester (#29225) 2024-11-15 18:54:12 +00:00
.vscode_defaults SERVER-97214 Add spelling and yaml extension to vscode recommendations (#29241) 2024-11-15 18:53:57 +00:00
bazel SERVER-97067 bazel large mem tags apply for any sanitizer (#29150) 2024-11-18 17:17:00 +00:00
buildfarm
buildscripts Revert "SERVER-97037: Added evergreen integration and updated names and filepaths (#29123)" (#29325) 2024-11-19 07:11:43 +00:00
debian
distsrc
docs
etc Revert "SERVER-97037: Added evergreen integration and updated names and filepaths (#29123)" (#29325) 2024-11-19 07:11:43 +00:00
evergreen
jstests Revert "SERVER-96058 Wrap replSetGetStatus calls in replsettest in asCluster (#29167)" (#29317) 2024-11-19 03:47:43 +00:00
rpm
site_scons SERVER-97139 Allow ninja to accept BAZEL_FLAGS from shell env (#29204) 2024-11-15 18:55:51 +00:00
src Revert "SERVER-97037: Added evergreen integration and updated names and filepaths (#29123)" (#29325) 2024-11-19 07:11:43 +00:00
tools
.bazelignore
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in SERVER-97134 Only promote clang-tidy warnings to errors in CI scripts (#29191) 2024-11-15 18:54:55 +00:00
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.udbinit
BUILD.bazel SERVER-97134 Only promote clang-tidy warnings to errors in CI scripts (#29191) 2024-11-15 18:54:55 +00:00
CONTRIBUTING.rst
copy.bara.sky
copy.bara.staging.sky
CreativeCommons.txt
cspell.json SERVER-97214 Add spelling and yaml extension to vscode recommendations (#29241) 2024-11-15 18:53:57 +00:00
jsconfig.json
LICENSE-Community.txt
OWNERS.yml SERVER-97064 .clang-format and .clang-tidy.in should be owned by Server Programability team (#29148) 2024-11-14 14:45:33 +00:00
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md
README.third_party.md
sbom.json
SConstruct
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.