This is how the design would be on a RDBMS
As you can see there's relationship between all the tables. Everything is related, there's nothing wrong with that.
Here is how the design would be like in mongoDB
With mongoDB there's no relationships. Each database have document collections and each document collection have documents. I guess if you want to map the terminologies, document collections would be tables and documents would be the records in the table.
Previous:MongoDB In-Depth: Basic MongoDB Commands
No comments:
Post a Comment