Skip to content

Export, import, and backup collections from a MongoDB database

Notifications You must be signed in to change notification settings

aljaz90/MongoDB-Transporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Transporter

Export, import, and backup whole databases stored inside a MongoDB instance using a Web GUI.

Requirements

  • Node v16.0.0 or later

Usage

npm install
npm start

This will start the application which will open a Web GUI by default on port 8686. You can change the default GUI port in the app.js file. If the Web GUI doesn't open automatically you can open it manually by going to this link in the browser: http://localhost:8686/.

Screenshots

Dashboard

Dashboard

Importing database

Importing database

Exporting database

Exporting database

About

Export, import, and backup collections from a MongoDB database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published