-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 0.0.15
-
Component/s: Documentation
-
Environment:All
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.