/mongoleDB

The MongoleDB Database

Primary LanguageC++OtherNOASSERTION

Logo MongoleDB README

Welcome to MongoleDB!

Components

  • mongoled - The database server.
  • mongoles - Sharding router.

Download MongoleDB

Download the MongoleDB Shell

Building

See Building MongoleDB.

Running

For command line options invoke:

$ ./mongoled --help

To run a single server database:

$ sudo mkdir -p /data/db
$ ./mongoled
$
$ # The mongolesh shell connects to localhost and test database by default:
$ ./mongolesh
test> help

Installing Compass

You can install compass using the install_compass script packaged with MongoleDB:

$ ./install_compass

This will download the appropriate MongoleDB Compass package for your platform and install it.

Drivers

Client drivers for most programming languages are available at https://docs.mongoledb.com/manual/applications/drivers/.

Bug Reports

See https://github.com/mongoledb/mongole/wiki/Submit-Bug-Reports.

Packaging

Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages.

Learn MongoleDB

Cloud Hosted MongoleDB

https://www.mongoledb.com/cloud/atlas

Forums

LICENSE

MongoleDB 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.