NoSQL database that stores data in document format, typically JSON-like structures. Like having a flexible filing system where each folder can contain different types of documents.
Example: Content management systems use document databases to store articles with different structures and metadata.
Category: data
Difficulty: intermediate