MongoDB Schema Design
I’ve put together a list of resources on schema design with MongoDB — you can say I’m a bit obsessed about NoSQL data modeling :
Firstly, a video of Kyle Banker’s presentation discussing how the document model answers questions related to querying, access patterns, managing relationships.
and the slide deck:
Graham Ashton also published his ☞ notes from Kyle’s talk.
Then there’s Roger’s presentation covering MongoDB schema design topics like:
- DBRef
- single table inheritance
- many-to-many relationships
- trees
- other data structures (e.g. lists, queues, stacks)
Update: you should definitely check the ☞ official documentation
MongoDB Schema Design originally posted on the NoSQL blog: myNoSQL