Below you will find some reading material, code samples, and some additional resources that support the topic for this class and the upcoming lecture.
Review the Submission Instructions for guidance on completing and submitting this assignment.
nosql vs sql{:target="_blank"}
-
Fill in the chart below with five differences between SQL and NoSQL databases:
SQL NoSQL - 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{:target="_blank"} (Video)
- 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 MongoDB database?
- Which is more flexible - SQL or MongoDB? and why.
- What is the disadvantage of a NoSQL database?
- mongoose api{:target="_blank"}
- React Router{:target="_blank"}