What is MongoDB?
A popular NoSQL database that stores data as flexible documents similar to JSON
Why It Matters
MongoDB is great for projects where data structure might change, or when working with complex nested data
Real-World Example
An e-commerce site might use MongoDB to store product listings where each product has different attributes
Related Terms
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Database
An organised collection of data that your application can store, retrieve, and update
NoSQL
Databases that store data differently from traditional tables, often as flexible documents or key-value pairs
Schema
A blueprint that defines the structure of your data, including fields and their types
SQL
A language for communicating with databases, used to create, read, update, and delete data
PostgreSQL
A powerful, free, open-source database known for reliability and advanced features
Migration
A controlled way to change your database structure over time, with the ability to undo changes