Home

Awesome

MongoDB Aggregate Adventure!

Bitdeli Badge

MongoDB Aggregate Adventure !

An intro to MongoDB Aggregation via a set of self-guided workshops.

  1. Install Node.js
  2. Install MongoDB
  3. Run sudo npm install braz/mongodb-aggregate-adventure -g
  4. Run mongodb-aggregate-adventure
  5. .. profit!

<b><code>mongodb-aggregate-adventure</code></b> will run through a series of MongoDB aggregation workshops. Starting at a basic aggregation tasks and moving on to more advanced exercises about dealing with aggregation using MongoDB.

Contributors

<b><code>mongodb-aggregate-adventure</code></b> is proudly brought to you by the following hackers:

<table><tbody> <tr><th align="left">Eoin Brazil</th><td><a href="https://github.com/braz">GitHub/braz</a></td><td><a href="http://twitter.com/eoinbrazil">Twitter/@eoinbrazil</a></td></tr> </tbody></table>

You can find out more detailed information about contributing in the contribution guide documentation.

Code of Conduct

Please read and follow our Code of Conduct.

License

mongodb-aggregate-adventure is Copyright (c) 2014 Eoin Brazil @braz and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

mongodb-aggregate-adventure builds on the excellent work by @rvagg who created Workshopper which serves as the original foundation and inspiration for mongodb-aggregate-adventure.