Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aggregation Framework

Got Duplicated Data When Subscribe Multiple Times

I am using MongoDB aggregation in meteor. I got duplicated data when subscribe multiple times. (The… Read more Got Duplicated Data When Subscribe Multiple Times

Collect Distinct Field Names At Nested Level With Specific Condition

I have problem statement, in which i need all the field names at child level of 'config.first.… Read more Collect Distinct Field Names At Nested Level With Specific Condition

$filter Upto 3 Nested Level In Mongodb

I have a below collection [ { 'Array1': [ { 'Array2': [ … Read more $filter Upto 3 Nested Level In Mongodb

Mongodb - Unwinding Nested Subdocuments

For the following dataset example: lists { _id: 1, included_lists: [ 2 ], items: [ 'i1' ]} … Read more Mongodb - Unwinding Nested Subdocuments