Skip to content

mongerdb/monger

 
 

Repository files navigation

MongerDB README

Welcome to MongerDB!

COMPONENTS

  mongerd - The database server.
  mongers - Sharding router.
  monger  - The database shell (uses interactive javascript).

UTILITIES

  mongerdump         - Create a binary dump of the contents of a database.
  mongerrestore      - Restore data from the output created by mongerdump.
  mongerexport       - Export the contents of a collection to JSON or CSV.
  mongerimport       - Import data from JSON, CSV or TSV.
  mongerfiles        - Put, get and delete files from GridFS.
  mongerstat         - Show the status of a running mongerd/mongers.
  bsondump          - Convert BSON files into human-readable formats.
  mongerreplay       - Traffic capture and replay tool.
  mongertop          - Track time spent reading and writing data.
  install_compass   - Installs MongerDB Compass for your platform.

BUILDING

  See docs/building.md.

RUNNING

  For command line options invoke:

    $ ./mongerd --help

  To run a single server database:

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

INSTALLING COMPASS

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

    $ ./install_compass

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

DRIVERS

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

BUG REPORTS

  See https://github.com/mongerdb/monger/wiki/Submit-Bug-Reports.

PACKAGING

  Packages are created dynamically by the package.py script located in the
  buildscripts directory. This will generate RPM and Debian packages.

DOCUMENTATION

  https://docs.mongerdb.com/manual/

CLOUD HOSTED MONGODB

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

MAIL LISTS

  https://groups.google.com/forum/#!forum/mongerdb-user

    A forum for technical questions about using MongerDB.

  https://groups.google.com/forum/#!forum/mongerdb-dev

    A forum for technical questions about building and developing MongerDB.

LEARN MONGODB

  https://university.mongerdb.com/

LICENSE

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

Packages

No packages published

Languages

  • C++ 72.1%
  • JavaScript 20.6%
  • Python 4.6%
  • Go 2.3%
  • Shell 0.1%
  • C 0.1%
  • Other 0.2%