Document Database

intermediate
data
Enhanced Content

Definition

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.

Real-World Example

Content management systems use document databases to store articles with different structures and metadata.

Cloud Provider Equivalencies

All provide managed NoSQL document-style storage, but with different models and APIs: Amazon DocumentDB targets MongoDB-compatible workloads; Azure Cosmos DB is a globally distributed multi-model database with multiple APIs (including document and MongoDB); Firestore is a document database optimized for app/mobile/web with real-time sync; Oracle NoSQL Database supports document and key-value patterns and is often used in OCI for low-latency, scalable NoSQL needs.

AWS
Amazon DocumentDB (with MongoDB compatibility)
AZ
Azure Cosmos DB (Core (SQL) API and API for MongoDB)
GCP
Firestore (in Native mode)
OCI
Oracle NoSQL Database

Explore More Cloud Computing Terms