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.