Equivalent of ERD for MongoDB?
问题 What would be the equivalent of ERD for a NoSQL database such as MongoDB? 回答1: It looks like you asked a similar question on Quora. As mentioned there, the ERD is simply a mapping of the data you intend to store and the relations amongst that data. You can still make an ERD with MongoDB as you still want to track the data and the relations. The big difference is that MongoDB has no joins, so when you translate the ERD into an actual schema you'll have to make some specific decisions about