This was originally written by Gasparina Damien updated for use by the MongoDB Solutions Architecture team by Michael Lynn.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need to have NodeJS, NPM, Angular available.
- Install Node.js and npm.
- Download the latest version of Node.js if you do not already have it installed on your machine. ...
A step by step series of examples that tell you have to get a development env running.
brew install node
cd mongo-sizing
# install all necessary packages
npm install
# start the server
npm start
-
To use this tool for a sizing exercise, you start by clicking 'New Collection'.
-
A modal dialogue will appear that will enable you to create (or paste in) a sample document.
-
click Add.
-
Notice there will be a tab created for your collection. Click the body of your newly created document to modify it.
-
Click the Sizing tab to view details of the sizing recommendations.
-
Modify the number of shards, avg document count and other settings to view detailed statistics.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details