Skip to content

eros-fabbri/mango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt textMangoDB README

Welcome to MangoDB!

Components

  • mangod - The database server.
  • mangos - Sharding router.
  • mango - The database shell (uses interactive javascript).

Download MangoDB

Building

See Building MangoDB.

Running

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

Installing Compass

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.

Drivers

Client drivers for most programming languages are available at https://docs.mangodb.com/manual/applications/drivers/. Use the shell (mango) for administrative tasks.

Bug Reports

See https://github.com/mangodb/mango/wiki/Submit-Bug-Reports.

Packaging

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

Learn MangoDB

Documentation - https://docs.mangodb.com/manual/ Developer Center - https://www.mangodb.com/developer/ MangoDB University - https://learn.mangodb.com

Cloud Hosted MangoDB

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

Forums

LICENSE

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.6%
  • JavaScript 22.4%
  • Python 4.6%
  • Shell 0.1%
  • TLA 0.1%
  • C 0.1%
  • Other 0.1%