Welcome to MongoDB — the document database built for modern applications!
mongod– The database servermongos– The sharding routermongo– The database shell (interactive JavaScript)
mongodump– Create a binary dump of the databasemongorestore– Restore data from amongodumpmongoexport– Export a collection to JSON or CSVmongoimport– Import JSON, CSV, or TSV datamongofiles– Put/get/delete files from GridFSmongostat– View real-time server statsbsondump– Convert BSON files to human-readable outputmongoreplay– Traffic capture & replay toolmongotop– Track read/write time per collectioninstall_compass– Installs MongoDB Compass
See docs/building.md
Start the server:
$ sudo mkdir -p /data/db
$ ./mongod
Launch the shell:$ ./mongo
> help
For more options:
$ ./mongod --help
🔌 Drivers Find drivers for most languages: 👉 MongoDB Drivers https://www.mongodb.com/docs/drivers/ Use the mongo shell for administrative tasks.
🐞 Bug Reports Submit bugs here: 👉 Submit Bug Reports -> https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports
📦 Packaging Use the package.py script in buildscripts/ to generate RPM or Debian packages.
📚 Documentation User Manual: https://docs.mongodb.com/manual/
Cloud Hosted (Atlas): https://www.mongodb.com/cloud/atlas
📬 Community & Support MongoDB Users Google Group https://groups.google.com/g/mongodb-user?pli=1
MongoDB Dev Google Group https://groups.google.com/g/mongodb-dev
🎓 Learn MongoDB Free courses at: 👉 MongoDB University https://learn.mongodb.com/
📄 License MongoDB is free and open-source. (USE ATLAS!) Releases before Oct 16, 2018: AGPL Releases after Oct 16, 2018: SSPL v1 See individual source files for license details.
