Details
-
Improvement
-
Resolution: Duplicate
-
Major - P3
-
None
-
0.0.15
-
All
Description
Using the aggregation framework in mongodb-go-driver is not trivial, e.g. building the pipeline: the first guess, a slice of bson.Ds or a bson.A are not working, but only Pipeline.
That why a usage example is needed, with a simple code, just to expose the relevant APIs and types and how a working aggregation code looks like.