Talk Python To Me
Talk Python To Me
Michael Kennedy (@mkennedy)
#109: MongoDB Applied Design Patterns
1 hour Posted Apr 29, 2017 at 1:00 am.
0:00
1:00:25
Download MP3
Show notes
Database design and decisions use to be fairly straightforward. Pick your relational database engine, map out the general entities, apply the third- normal-form (3NF) to them and you're basically done. With the Cambrian explosion of database options and variations created from 2009 to present, it gets much harder to even choose the database much less follow the well-worn path of 3NF.