What is Document Database?
A database that stores data as flexible, self-describing documents, typically in JSON-like format.
Why It Matters
Document databases are ideal when your data structure varies or evolves frequently.
Real-World Example
MongoDB stores each user profile as a document, where different users can have different fields.
“Understanding terms like Document Database matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
MongoDB
A popular NoSQL database that stores data as flexible documents similar to JSON
NoSQL
Databases that store data differently from traditional tables, often as flexible documents or key-value pairs
Database
An organised collection of data that your application can store, retrieve, and update
Key-Value Store
A simple database that stores data as pairs of keys and values, like a dictionary.
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
MongoDB
A popular NoSQL database that stores data as flexible documents similar to JSON
Key-Value Store
A simple database that stores data as pairs of keys and values, like a dictionary.
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