0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 20:49:10 +01:00
The MongoDB Database
Go to file
Trevor Guidry 0f59df3e9e SERVER-96279 Make resmoke easier to run on spawnhosts (#28592)
GitOrigin-RevId: 3fb08e4fb138eb0c9155f599777701463597cb02
2024-10-29 17:04:39 +00:00
.github SERVER-95159: Change ownership of geo files to QI-geo (#28520) 2024-10-28 16:56:55 +00:00
.vscode_defaults
bazel SERVER-96036 Remove raw global header includes in Bazel (#28287) 2024-10-26 01:36:41 +00:00
buildfarm
buildscripts SERVER-96279 Make resmoke easier to run on spawnhosts (#28592) 2024-10-29 17:04:39 +00:00
debian
distsrc
docs
etc SERVER-96279 Make resmoke easier to run on spawnhosts (#28592) 2024-10-29 17:04:39 +00:00
evergreen SERVER-96279 Make resmoke easier to run on spawnhosts (#28592) 2024-10-29 17:04:39 +00:00
jstests SERVER-95670 validate inputs to _internalOwningShard and _findAllValuesAtPath (#28588) 2024-10-29 17:04:25 +00:00
rpm
site_scons SERVER-93301 Port version_impl from SCons to Bazel (#27348) 2024-10-24 22:01:02 +00:00
src SERVER-95670 validate inputs to _internalOwningShard and _findAllValuesAtPath (#28588) 2024-10-29 17:04:25 +00:00
tools
.bazelignore
.bazelrc SERVER-96230 Fix modify_execution_info accumulation (#28531) 2024-10-25 19:07:33 +00:00
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel SERVER-93301 Port version_impl from SCons to Bazel (#27348) 2024-10-24 22:01:02 +00:00
CONTRIBUTING.rst
copy.bara.sky
copy.bara.staging.sky
CreativeCommons.txt
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-96028 release profile should use bazel remote exec (#28331) 2024-10-24 21:42:10 +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.