-
Type: New Feature
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
None
This should be implemented according to the (10gen internal) spec here:
https://wiki.10gen.com/display/10GEN/Aggregation+helper
Note: the aggregate command can already be used through db.command:
db.command('aggregate', <collection name>, pipeline=[<your pipeline>])