This is part 3 of the NoSQL Data Modeling Series. In part one of the series, we covered modeling NoSQL one-to-one relations. and in part two we explored modeling NoSQL one-to-many relations. This is the third and final post and we will dive into modeling NoSQL many-to-many relations.
We model NoSQL many-to-many relations in two ways:
For the second example we'll use related documents and demonstrate full-text search to perform advanced queries against our data.