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.
Content management systems use document databases to store articles with different structures and metadata.
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.