Returning to the classic mongodb example (messages and users):
Posts:
{title: "Greetings", body:"Hello world", userId:12345}
Users
{_id:12345, name:"John Smith", email: john@smith.org "}
How to get a message
{title: "Greetings", body:"Hello world", <username>:"John Smith"}
with sigle request?
source share