Second Brain

Sarah Mei's blog: Why you should never use mongoDB

Posted at — May 14, 2020

Oldie but a goodie (2013 is old now I guess). Picking the right database and why it’s probably not mongodb: because mongo doesn’t really do relational data, it does JSON storage. A relational database is awesome for (surprise) representing relationships, JSON storage is not.

Link to the post