0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
The MongoDB Database
Go to file
2023-10-19 22:30:47 +00:00
.vscode_defaults SERVER-82108 change vscode default clangd --query-driver arg 2023-10-12 18:27:26 +00:00
bazel SERVER-80603 conditionally inject libunwind as a global dep 2023-10-14 00:39:51 +00:00
buildfarm SERVER-79790 Add option to generate bazel conversion targets to libdeps 2023-09-13 22:51:23 +00:00
buildscripts SERVER-78877 Make find/count maxTimeMS consistent with aggregate equivalent 2023-10-19 13:12:48 +00:00
debian
distsrc
docs SERVER-81867 Remove concurrency assert helpers from jstests 2023-10-12 14:59:33 +00:00
etc SERVER-82262 re-enable build metrics in evergreen 2023-10-19 21:04:34 +00:00
evergreen SERVER-80536 Avoid hardcoding path to evergreen configuration file in resmoke 2023-10-19 06:59:15 +00:00
jstests SERVER-82288 Tag tests with assumes_no_implicit_index_creation 2023-10-19 20:22:52 +00:00
rpm Revert "SERVER-80645 Amend test logic to properly understand Amazon 2023" 2023-10-14 15:52:07 +00:00
site_scons SERVER-82262 re-enable build metrics in evergreen 2023-10-19 21:04:34 +00:00
src SERVER-81472 Fix negative min/max not working 2023-10-19 21:47:42 +00:00
.bazelignore SERVER-79790 Add option to generate bazel conversion targets to libdeps 2023-09-13 22:51:23 +00:00
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in SERVER-77158 enable low risk clang tidy perf rules 2023-09-19 22:01:54 +00:00
.eslintignore
.eslintrc.yml SERVER-77907 Add Azure OIDC machine flow tests 2023-10-16 18:54:51 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore SERVER-80656 Add jstestfuzz suites 2023-09-19 17:40:37 +00:00
.lldbinit
.mypy.ini
.pydocstyle
.pylintrc
.style.yapf
.udbinit
CONTRIBUTING.rst
copybara.staging.sky SERVER-78687 Set up copybara syncing between 10gen/mongo and 10gen/mongo-copybara 2023-09-20 20:57:07 +00:00
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
package.json
poetry.lock SERVER-79905 Add more processing to the core analyzer 2023-10-16 18:00:07 +00:00
pyproject.toml SERVER-79905 Add more processing to the core analyzer 2023-10-16 18:00:07 +00:00
README.md
README.third_party.md
SConstruct SERVER-79122 Support building the GDB pretty printer tests using ninja 2023-09-06 17:12:49 +00:00
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.