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
Matt Olma 3aeb26bdd0 SERVER-53888: Remove CST code (#25976)
GitOrigin-RevId: 65399cc37ddf15d2df63c568bd1d6f8b38a39bbb
2024-08-14 18:54:57 +00:00
.github SERVER-53888: Remove CST code (#25976) 2024-08-14 18:54:57 +00:00
.vscode_defaults
bazel SERVER-93572 fix pdb output being executable (#26126) 2024-08-14 17:02:27 +00:00
buildfarm
buildscripts SERVER-53888: Remove CST code (#25976) 2024-08-14 18:54:57 +00:00
debian
distsrc
docs
etc SERVER-53888: Remove CST code (#25976) 2024-08-14 18:54:57 +00:00
evergreen SERVER-93190: Point to db-contrib-tool 0.8.4 (#26128) 2024-08-14 17:16:09 +00:00
jstests SERVER-93400 guard against collmod timing in timeseries_insert_mixed_schema_bucket (#25962) 2024-08-14 18:54:45 +00:00
rpm
site_scons SERVER-93522 add support for dsym in bazel (#26094) 2024-08-14 05:26:02 +00:00
src SERVER-53888: Remove CST code (#25976) 2024-08-14 18:54:57 +00:00
tools
.bazelignore
.bazelrc SERVER-93399 Convert releases.h generator from SCons to Bazel (#25919) 2024-08-09 01:52:22 +00:00
.bazelversion
.clang-format
.clang-tidy.in
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-93246 add recommended deps feature (#25923) 2024-08-09 06:42:45 +00:00
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel
CONTRIBUTING.rst
copy.bara.sky
copybara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
OWNERS.yml
package.json
pnpm-lock.yaml
poetry.lock SERVER-93192 Upgrade Dependencies (#25974) 2024-08-12 16:01:04 +00:00
pyproject.toml SERVER-93192 Upgrade Dependencies (#25974) 2024-08-12 16:01:04 +00:00
README.md
README.third_party.md
sbom.json SERVER-93048: Add a validation in sbom linter to match the sbom component version wiith the import script version (#25621) 2024-08-09 23:16:25 +00:00
SConstruct SERVER-93526 fix bazel header list generator to quote on queries (#26078) 2024-08-13 20:08:33 +00:00
symbols.orderfile
WORKSPACE.bazel

Logo MongoDB README

Welcome to MongoDB!

Components

  • mongod - The database server.
  • mongos - Sharding router.
  • mongo - The database shell (uses interactive javascript).

Download MongoDB

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 mongo javascript shell connects to localhost and test database by default:
$ ./mongo
> 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/. Use the shell (mongo) for administrative tasks.

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.