How can I join two collections from different databases in mongoDB?
I have two collections Post (belongs to posts database) and User (belongs to account database). My requirements to do join on these two collection. But I am unable to reproduce my requirements. I am expecting joins on two collections.