0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
The MongoDB Database
Go to file
Victor Ghita f69d7432d6 SERVER-96979 Complete TODO listed in SERVER-95264 (#29296)
GitOrigin-RevId: 82e51d67859b8499a892f046299c28f5f230c490
2024-11-27 12:43:01 +00:00
.github SERVER-97578 refactor move primary core test (#29534) 2024-11-26 22:53:06 +00:00
.vscode_defaults SERVER-97214 Add spelling and yaml extension to vscode recommendations (#29241) 2024-11-15 18:53:57 +00:00
bazel Revert "SERVER-97230 apply z,defz where possible in bazel (#29253)" (#29651) 2024-11-27 06:31:54 +00:00
buildfarm
buildscripts SERVER-97664 Reference symlink for JDK in ppc/s390x (#29628) 2024-11-27 03:38:40 +00:00
debian
distsrc
docs SERVER-93650 Add people as owners for Query Optimization owned files (#29093) 2024-11-20 14:45:04 +00:00
etc SERVER-97469 Do not schedule archive_dist_test_debug automatically for sys-perf patches (#29541) 2024-11-26 20:42:14 +00:00
evergreen SERVER-97664 Reference symlink for JDK in ppc/s390x (#29628) 2024-11-27 03:38:40 +00:00
jstests SERVER-96979 Complete TODO listed in SERVER-95264 (#29296) 2024-11-27 12:43:01 +00:00
rpm
site_scons SERVER-97664 Reference symlink for JDK in ppc/s390x (#29628) 2024-11-27 03:38:40 +00:00
src SERVER-97681 The maximum time to process mergeable chunks should default to INT_MAX (#29652) 2024-11-27 10:47:17 +00:00
tools Revert "SERVER-97603 retry on schedule hang for non-tty and grab jvm … (#29604) 2024-11-26 20:13:00 +00:00
.bazelignore
.bazelrc SERVER-97585 fix ubsan missing linkage and resulting cycles (#29550) 2024-11-25 17:36:11 +00:00
.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 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 Revert "SERVER-97603 retry on schedule hang for non-tty and grab jvm … (#29604) 2024-11-26 20:13:00 +00:00
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.udbinit
BUILD.bazel SERVER-97283 fix scons compiledb (#29363) 2024-11-19 20:16:44 +00:00
CONTRIBUTING.rst
copy.bara.sky
copy.bara.staging.sky
CreativeCommons.txt
cspell.json SERVER-96647 Move Storage Execution README sections (#29547) 2024-11-26 20:17:50 +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 SERVER-93976 Remove deps and configs obsoleted by Ruff (#28854) 2024-11-12 22:07:52 +00:00
pyproject.toml SERVER-96927 Use extend-select instead of select to include isort (#29038) 2024-11-26 20:14:08 +00:00
README.md
README.third_party.md SERVER-96236 Update libmongocrypt to 1.12.0 (#28899) 2024-11-06 17:15:24 +00:00
sbom.json SERVER-96236 Update libmongocrypt to 1.12.0 (#28899) 2024-11-06 17:15:24 +00:00
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.