0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
The MongoDB Database
Go to file
Alexander Ignatyev 444f989006 SERVER-87134 Add CRoaring third_party library (#19439)
SERVER-87134 Add CRoaring third_party library
Add CRoaring (Roaring Bitmaps) into third_party, update related license
info.

Co-authored-by: Daniel Moody <daniel.moody@mongodb.com>
GitOrigin-RevId: 5fd3350a0e5cf1bb5cb0cd126afb05086b5cc4a5
2024-03-13 19:29:32 +00:00
.vscode_defaults
bazel SERVER-87765 Enable Build without the Bytes in Bazel (#19815) 2024-03-12 20:32:58 +00:00
buildfarm
buildscripts Revert "SERVER-87784 Add exception tracing to hints to query settings suites (#19829)" 2024-03-13 19:29:17 +00:00
debian
distsrc SERVER-87134 Add CRoaring third_party library (#19439) 2024-03-13 19:29:32 +00:00
docs
etc SERVER-87134 Add CRoaring third_party library (#19439) 2024-03-13 19:29:32 +00:00
evergreen SERVER-87815: Remove legacy perf report (#19878) 2024-03-12 22:32:52 +00:00
jstests SERVER-69776 Increase test coverage for concurrent collection creation (#19905) 2024-03-13 18:41:04 +00:00
rpm
site_scons
src SERVER-87134 Add CRoaring third_party library (#19439) 2024-03-13 19:29:32 +00:00
.bazelignore
.bazelrc SERVER-87765 Enable Build without the Bytes in Bazel (#19815) 2024-03-12 20:32:58 +00:00
.bazelversion
.clang-format
.clang-tidy.in
.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 SERVER-87134 Add CRoaring third_party library (#19439) 2024-03-13 19:29:32 +00:00
SConstruct SERVER-87820: upped the history size to avoid stack issue with TSAN (#19882) 2024-03-13 16:35:44 +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.