CSCI 446 Unit #9

Preparation:

We will review some JavaScript then move on to Mongo

JavaScript

Download Appendix D from the textbook. Some of this material is review, but it will be helpful to read about JSON and also to fully understand callbacks (used in many contexts, not just JS).

Mongo

Install MongoDB if you haven't already.

Read Chapter 5 of Getting Mean. Some of the questions below ask you to compare SQL and NoSQL approaches. These questions are not critical for this course (we'll only use NoSQL), so anyone who has not taken CSCI-403 can skip these questions. But for those who are familiar, it's good to think about the differences.