I'm locally doing the Node.js exercise as MongoDB proposed at link
There are two collections, orders and product .
After aggregation, the expected result would be:
[
{ _id: 1, product_id: 154, status: 1, orderdetails: [
{ _id:...
asked by
09.09.2017 / 02:52