[Bonus Content] Document Databases
Document Database
This section contains an introduction to document databases, and a comparison of document databases and relational databases.
What is a Document Database? When to Use it?
This pdf explains major differences between document and relational databases, and also covers strengths and weaknesses of the two, doc-db.pdf Download doc-db.pdf. There is no video lecture, instead care has been taken to cover everything in writing, in the above pdf.
Example Application
An example application can be found at https://github.com/KTH-IV1351/doc-db-intro.git Links to an external site., and is explained in the video below.
Accessing a Document Database Programmatically
Links to an external site.