Welcome to MangoDB!
mangod
- The database server.mangos
- Sharding router.mango
- The database shell (uses interactive javascript).
- https://www.mangodb.com/try/download/community
- Using homebrew
brew tap mangodb/brew
- Using docker image
docker pull mango
See Building MangoDB.
For command line options invoke:
$ ./mangod --help
To run a single server database:
$ sudo mkdir -p /data/db
$ ./mangod
$
$ # The mango javascript shell connects to localhost and test database by default:
$ ./mango
> help
You can install compass using the install_compass
script packaged with MangoDB:
$ ./install_compass
This will download the appropriate MangoDB Compass package for your platform and install it.
Client drivers for most programming languages are available at
https://docs.mangodb.com/manual/applications/drivers/. Use the shell
(mango
) for administrative tasks.
See https://github.com/mangodb/mango/wiki/Submit-Bug-Reports.
Packages are created dynamically by the buildscripts/packager.py script. This will generate RPM and Debian packages.
Documentation - https://docs.mangodb.com/manual/ Developer Center - https://www.mangodb.com/developer/ MangoDB University - https://learn.mangodb.com
https://www.mangodb.com/cloud/atlas
-
Technical questions about using MangoDB.
-
https://community.mangodb.com/c/server-dev
Technical questions about building and developing MangoDB.
MangoDB 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.