MongoDB Tools

The MongoDB tools are a set of command-line programs for working with the MongoDB databases efficiently. The MongoDB tools are released independently from the MongoDB server.

Import / Export

  • mongoimport – show you how to use the mongoimport to import flat files into the mongodb server.
  • mongoexport – learn how to export data to flat file.
Was this tutorial helpful ?