Skip to content

dprutean/mongodb-tools.com

 
 

Repository files navigation

MongoDB-Tools.com

MongoDB Tools is a guide to some interesting tools for working with MongoDB.

Prerequisites

This is a static site built using the Jekyll site generator. You'll need to have Ruby and Bundler installed.

Generating the site locally

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.

Adding a new tool

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.

Feature suggestions or bugs

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).

About

a guide to some interesting tools for working with mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • CSS 43.2%
  • Ruby 6.5%