Readings: Mongo and Mongoose

My reading journal for Code Fellows

Readings: Mongo and Mongoose

nosql vs sql

SQL NoSQL
Relational document based
predefinded schema dynamic schema
vertically scaleable horizontally scalable
uses SQL Conflict Resolution
Cost Collection of documents

What kind of data is a good fit for an SQL database?

Give a real world example.

What kind of data is a good fit a NoSQL database?

Give a real world example.

Which type of database is best for hierarchical data storage?

Which type of database is best for scalability?

SQL vs NoSQL

What does SQL stand for?

What is a relational database?

What type of structure does a relational database work with?

What is a ‘schema’?

What is a NoSQL database?

How does it work?

What is inside of a Mongo database?

Which is more flexible - SQL or MongoDB? and why.

What is the disadvantage of a NoSQL database?

Bookmarks and Readings