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
2022-12-12 17:26:31 +00:00
buildscripts SERVER-71834 use runAllFeatureFlagTests in local resmoke invocations 2022-12-09 20:35:11 +00:00
debian SERVER-71449 log_successs_msg: not found 2022-11-29 18:06:40 +00:00
distsrc SERVER-71317 Vendor libmongocrypt 2022-11-22 21:24:53 +00:00
docs SERVER-64835 Removed the disabled_for_fcv_6_1_upgrade line when I did not need to. 2022-11-23 22:49:07 +00:00
etc SERVER-71467 Dont run feature flag specific tests for multiversion testing 2022-12-12 17:26:31 +00:00
evergreen SERVER-71467 Dont run feature flag specific tests for multiversion testing 2022-12-12 17:26:31 +00:00
jstests Revert "SERVER-70267 Enable streaming group if group id field are monotonic on time" 2022-12-12 17:11:58 +00:00
rpm SERVER-71380 Use systemctl try-restart during postun 2022-12-06 20:13:38 +00:00
site_scons SERVER-62995 SERVER-62074 update pretty printers to work with v4 and add tests 2022-12-05 14:38:52 +00:00
src Revert "SERVER-70267 Enable streaming group if group id field are monotonic on time" 2022-12-12 17:11:58 +00:00
.clang-format
.clang-tidy SERVER-69581 add performance-for-range-copy check to clang-tidy 2022-09-20 18:00:27 +00:00
.eslintignore SERVER-69408 Add randomized testing for the mixed-type timeseries bug 2022-09-16 22:05:44 +00:00
.eslintrc.yml SERVER-71598 Upgraded eslint ecma version in server repo 2022-11-25 05:55:05 +00:00
.gdbinit SERVER-68455: GDB methods for dumping in-memory WT trees. 2022-08-05 19:20:56 +00:00
.gitattributes
.gitignore SERVER-71250 Ensure aliased platform names work in package tests 2022-11-29 20:39:29 +00:00
.lldbinit
.mypy.ini
.pydocstyle SERVER-68593 Disable low value python warnings 2022-09-02 22:55:09 +00:00
.pylintrc SERVER-68593 Disable low value python warnings 2022-09-02 22:55:09 +00:00
.style.yapf
.udbinit
CONTRIBUTING.rst
CreativeCommons.txt
LICENSE-Community.txt
README.md SERVER-71682 Update README.md 2022-11-30 19:48:24 +00:00
README.third_party.md SERVER-71848 Updated third_party readme to silence blackduck 2022-12-06 17:12:07 +00:00
SConstruct SERVER-62995 SERVER-62074 update pretty printers to work with v4 and add tests 2022-12-05 14:38:52 +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

Documentation - https://docs.mongodb.com/manual/ Developer Center - https://www.mongodb.com/developer/ MongoDB University - https://learn.mongodb.com

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.