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
Pierlauro Sciarelli 2985859d8b SERVER-91195 Backportable catalog support for potentially inconsistent time-series options (#24419)
GitOrigin-RevId: 717b39753e580cb4c87aa155a8563240173c8548
2024-07-12 13:17:55 +00:00
.github
.vscode_defaults
bazel
buildfarm
buildscripts SERVER-92324 Calculate evergreen waterfall red and purple boxes median count per day (#24584) 2024-07-12 10:22:58 +00:00
debian
distsrc
docs SERVER-87441 Add ubuntu24.04 variant (#24615) 2024-07-11 23:36:11 +00:00
etc SERVER-91195 Backportable catalog support for potentially inconsistent time-series options (#24419) 2024-07-12 13:17:55 +00:00
evergreen SERVER-91111: Enable spider-monkey-dbg build. (#22906) 2024-07-12 03:07:55 +00:00
jstests SERVER-91195 Backportable catalog support for potentially inconsistent time-series options (#24419) 2024-07-12 13:17:55 +00:00
rpm
site_scons SERVER-92225 fix bazel order conversion list (#24498) 2024-07-10 18:32:45 +00:00
src SERVER-91195 Backportable catalog support for potentially inconsistent time-series options (#24419) 2024-07-12 13:17:55 +00:00
tools
.bazelignore SERVER-90718 add wiredtiger dist dir to bazelignore (#24508) 2024-07-10 18:32:32 +00:00
.bazelrc
.bazelversion
.clang-format
.clang-tidy.in SERVER-90668 Convert invariants on Status.isOK() to invariants on the Status itself (#24122) 2024-07-11 01:55:47 +00:00
.eslintignore
.eslintrc.yml SERVER-91111: Enable spider-monkey-dbg build. (#22906) 2024-07-12 03:07:55 +00:00
.gdbinit
.git-blame-ignore-revs
.gitattributes
.gitignore
.lldbinit
.mypy.ini
.prettierignore
.prettierrc
.pydocstyle
.pylintrc
.style.yapf
.udbinit
abc.cc
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
pyproject.toml
README.md
README.third_party.md
sbom.json
SConstruct
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.