The catalogue
MongoDB
The major version you choose, local only, the app user you name, mongodump import.
- Module
- db.mongodb
- Category
- Databases
What it installs
- MongoDB at the major version you pick, bound to 127.0.0.1, with authentication on.
- An application user.
- A WiredTiger cache sized for the machine — a quarter of its memory, where MongoDB left alone would take half.
- An import of the mongodump archives you drop in ~/dumps.
What it asks you for
- The major version.
- The port. 27017 by default.
- The name of the application user.
- The application password.
- The cache size in megabytes. Zero follows the machine.