Skip to content

Instantly share code, notes, and snippets.

View ingumsky's full-sized avatar

Ivan Potapov ingumsky

View GitHub Profile
@ingumsky
ingumsky / m101_hw.js
Last active August 29, 2015 14:15
M101js (MongoDB course for javascript developers)
/*
You'd better find solutions for those assesments yourself to be sure
you understand MongoDB Aggregation Framework properly.
But if you stuck and need some help and clues to guide you
feel free to use the commands below as a reference.
Note that I splitted each and every aggregation stage.
Hopefully it will help you to find why your code is not working as you want.
*/