About 894,000 results
Open links in new tab
  1. Document-oriented database - Wikipedia

    A document-oriented database, or document store, is a computer program and data storage system designed for storing, retrieving and managing document-oriented information, also …

  2. What Is a Document Database? - Document DBs and Stores …

    With a document database, each entity the application tracks can be stored as a single document. The document database is a more intuitive way for a developer to update an application as the …

  3. How do Document Databases Work? - GeeksforGeeks

    Jul 15, 2025 · The fundamental idea behind document databases is to store data in documents that are self-contained and can represent complex data structures. Here's a breakdown of how …

  4. Document Database - NoSQL | MongoDB

    May 19, 2011 · Learn what document databases are, their strengths and weaknesses, and when to use them.

  5. DocumentDB: Open-Source Announcement - Microsoft Open …

    Jan 23, 2025 · We are excited to announce the official release of DocumentDB —an open-source document database platform and the engine powering the vCore-based Azure Cosmos DB, …

  6. DocumentDB - Open Source Document Database

    Built on the principles of transparency, developer freedom, and standardization, our mission is to build a MongoDB compatible open source document database based on PostgreSQL.

  7. Document Database {Definition, Features, Use Cases} - phoenixNAP

    May 13, 2021 · In this article, we’ll explain what a document database is, describe its benefits and drawbacks, and provide examples. A document database is a type of NoSQL database which …

  8. A Guide to Document Databases - InfluxData

    In this article, you will learn about document databases, how they work, some common use cases, and some popular document databases that you can use in your own projects.

  9. What Is a Document Database? A Comprehensive Guide

    Nov 2, 2025 · A document database is a type of NoSQL database that stores data in document-like structures, most commonly using JSON or BSON formats. Each document represents a …

  10. Understanding Document Databases: Benefits and Use Cases …

    Apr 7, 2025 · To grasp what a document database is, we first need to understand what a database is in general. A database is a systematic collection of data that can be easily …