MongoDB Tools is a guide to some interesting tools for working with MongoDB.
This is a static site built using the Jekyll site generator. You'll need to have Ruby and Bundler installed.
After checking out from Github, run the following commands in the root directory of your checkout:
gem install bundler
(if you don't already have this installed)bundle install
jekyll server
This should start up a dev server on http://localhost:4000.
You can find a list of all of the tools in the _tools directory of this repo. Information for each tool is maintained in a Markdown formatted (.md) text file.
In order to submit a new tool, please submit a pull request using the same format as the other tools.
Similarly, please feel free to submit pull requests with updated information for any existing tools.
Don't forget to add your tool to sitemap.xml
in your pull request, as the site map is currently not automatically generated.
Please raise any feature suggestions or bugs in the mongodb-tools Github issue queue, or email me (Ian Whalen) at (ian dot whalen) at (gmail dot com).