Skip to the content.

Week 4 – Introduction to schemaless databases with Mongo

Lecture recording:

Week 4

In this video, you will: (i) learn some basics of JSON, (ii) have a first introduction to MongoDB through the Mongo Shell and MongoDB Compass, (iii) explore CRUD (create, read, update, and delete) operations.

The video is structured into 10 components:

Week (dd-mm) Topics Min
4 (13-06) Introduction to Json 0:00
  Introduction to MongoDB 04:56
  Installation MongoDB 14:05
  Set-up MongoDB Atlas 16:04
  Installation MongoDB Compass 18:48
  CRUD operations: 22:03
  — Insert 24:37
  — Read 38:14
  — Update and Replace 45:14
  — Delete and Drop 56:20

Other material available:

  1. installation: MacOS and Windows
  2. hw_4.md: homework
  3. ls_4.pdf: lecture slides
  4. sc_4.js: lecture js script
  5. webinar-4: webinar 4 materials