View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

Mongo and Mongoose

NoSQL vs SQL

Source (Article): The Geek Stuff: NoSQL vs SQL

SQL NoSQL
Relational Non-relational
Predefined Schema No schema
Scale Vertically Scale Horizontally
Table based Document based
Good for complex queries Not good for complex queries

SQL vs NoSQL or MySQL vs MongoDB

Source (video): SQL vs NoSQL or MySQL vs MongoDB

Things I want to know more about

Really just how to use these tools. The idea of database management sounds exciting, but also seems like it would be horribly monotonous and taxing if implemented poorly. Hopefully I can gain good judgement of when to use each type of database to avoid suboptimal results.