This document summarizes a presentation on MongoDB basics, including:
1) Discussing schema design in MongoDB and how it differs from relational databases, with examples of embedding vs referencing data.
2) Describing the requirements and data model for a sample "myCMS" application with different article types, users, and interactions.
3) Showing how to model comments in different ways like embedding, referencing, or using a hybrid approach.
4) Demonstrating how to build a RESTful API and Python/Flask code to interact with MongoDB documents.