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
Alexander Neben 8dc378cc9d SERVER-76878 Add markdown linting capability in Bazel (#18446)
GitOrigin-RevId: c87c1e6920633febf284be73d094efdf5c3def72
2024-02-05 18:19:36 +00:00
.vscode_defaults SERVER-84147 Changed code workspace from true to explicit 2023-12-13 23:15:17 +00:00
bazel SERVER-80627: added support for --visibility-support to Bazel (#18576) 2024-02-02 20:42:57 +00:00
buildfarm SERVER-82312 Update TODOs to reference new ticket 2023-10-19 23:38:43 +00:00
buildscripts SERVER-83220 Introduce MultiCollectionRouter to correctly handle secondary collection shard versions for SBE $lookup pushdown 2024-02-05 18:19:22 +00:00
debian
distsrc
docs SERVER-85453: Make ExternalDataSourceScopeGuard only compatible with one plan executor (#18238) 2024-01-29 20:20:18 +00:00
etc SERVER-86099 enable latch analysis on amazon-enterprise-streams (#18668) 2024-02-05 15:31:58 +00:00
evergreen SERVER-79624 Upgrade windows python to 3.10 (#14742) 2024-02-01 18:48:38 +00:00
jstests SERVER-83220 Introduce MultiCollectionRouter to correctly handle secondary collection shard versions for SBE $lookup pushdown 2024-02-05 18:19:22 +00:00
rpm SERVER-86106: Fix shadow-utils package on suse (#18641) 2024-02-02 17:56:17 +00:00
site_scons Revert "SERVER-85553 Require Bazel on Ubuntu 22 ARM (#18659)" 2024-02-05 10:30:34 +00:00
src SERVER-83220 Introduce MultiCollectionRouter to correctly handle secondary collection shard versions for SBE $lookup pushdown 2024-02-05 18:19:22 +00:00
.bazelignore SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
.bazelrc SERVER-85777 Re-enable BES in bazel (#18608) 2024-02-02 02:24:39 +00:00
.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-82172 Add buildifier lints for bazel files (#18364) 2024-01-27 02:47:08 +00:00
.lldbinit
.mypy.ini
.prettierignore SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
.prettierrc SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
CODEOWNERS SERVER-85713 Exclude error_codes.yml from Service Arch owned files (#18377) 2024-01-26 23:32:55 +00:00
CONTRIBUTING.rst
copybara.sky SERVER-80018 add bazel formatting requirement to commit queue (#18477) 2024-01-30 08:39:31 +00:00
copybara.staging.sky SERVER-80018 add bazel formatting requirement to commit queue (#18477) 2024-01-30 08:39:31 +00:00
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
package.json SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
pnpm-lock.yaml SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00
poetry.lock SERVER-85528 Remove BlackDuck from Poetry (#18402) 2024-01-29 18:38:35 +00:00
pyproject.toml SERVER-85528 Remove BlackDuck from Poetry (#18402) 2024-01-29 18:38:35 +00:00
README.md SERVER-80230: Updated MongoDB Community Forums links 2023-10-31 18:24:06 +00:00
README.third_party.md SERVER-84615 Identify original commit for linenoise (#18663) 2024-02-02 21:32:29 +00:00
SConstruct Revert "SERVER-85553 Require Bazel on Ubuntu 22 ARM (#18659)" 2024-02-05 10:30:34 +00:00
WORKSPACE.bazel SERVER-76878 Add markdown linting capability in Bazel (#18446) 2024-02-05 18:19:36 +00:00

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.