0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
The MongoDB Database
Go to file
Will Buerger e2c9f85d86 SERVER-88204: Delete log macro on top of document_source_vector_search.cpp (#20309)
GitOrigin-RevId: 9e9708ad88845f3296dd355de17085ee1cfb0c75
2024-03-22 07:06:35 +00:00
.vscode_defaults
bazel SERVER-88382 Add packages in RE container setup to fix stitch_support_create_lib (#20304) 2024-03-22 05:05:35 +00:00
buildfarm
buildscripts SERVER-88349 include init sync node in antithesis suites (#20306) 2024-03-22 04:58:01 +00:00
debian
distsrc
docs
etc SERVER-88140 remove high value cron from filter_with_complex_logical_expression (#20110) 2024-03-22 01:08:21 +00:00
evergreen SERVER-88143 Enable Remote Execution when targeting AMD64 platforms (#20114) 2024-03-19 00:11:56 +00:00
jstests SERVER-87357 Report only enabled cluster parameters 2024-03-22 03:13:52 +00:00
rpm
site_scons SERVER-85827 Enable Bazel by default on all variants (#20072) 2024-03-21 03:05:21 +00:00
src SERVER-88204: Delete log macro on top of document_source_vector_search.cpp (#20309) 2024-03-22 07:06:35 +00:00
.bazelignore
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in SERVER-87848 Add const ref StringData tidy check (#19889) 2024-03-21 03:49:27 +00:00
.eslintignore
.eslintrc.yml
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
BUILD.bazel
CODEOWNERS
CONTRIBUTING.rst
copybara.sky
copybara.staging.sky
CreativeCommons.txt
jsconfig.json
LICENSE-Community.txt
package.json
pnpm-lock.yaml
poetry.lock
pyproject.toml
README.md
README.third_party.md
SConstruct SERVER-88273 Add -faligned-new=8 to compilation options when running new TCMalloc (#20221) 2024-03-21 23:33:27 +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.