Exploring MongoDB Views
I was facing a problem where I had to run queries on MongoDB joins at many places in my code. Instead of writing joins in my code I thought of using MongoDB joins.
MongoDB views are virtual collections that allow you to use any aggregate pipeline or ...
rajurastogi.hashnode.dev2 min read