About 856,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 known as semi …

  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. Document Databases in NoSQL - GeeksforGeeks

    Mar 30, 2022 · In this article, we will see about the Document Data Model of NoSQL and apart from Examples, Advantages, Disadvantages, and Applications of the document data model.

  4. Document Database - NoSQL | MongoDB

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

  5. 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 stores …

  6. DocumentDB - Open Source Document Database

    A powerful, scalable open-source document database solution. Built on the principles of transparency, developer freedom, and standardization, our mission is to build a MongoDB compatible open source …

  7. The Top 25 Document Databases in 2025

    Document databases are a type of NoSQL database designed to store, manage, and retrieve data in the form of documents, typically using formats like JSON or BSON.

  8. An Introduction to Document-Oriented Databases - DigitalOcean

    Jul 20, 2021 · This conceptual article outlines the key concepts related to document databases and discusses benefits of using them. Examples used in this article reference…

  9. Fundamentals of Document Databases - DATAVERSITY

    Nov 29, 2023 · A document database (sometimes referred to as a “document store” or a “document-oriented database”), is a NoSQL or non-relational database. However, document databases use an …

  10. Understanding Document Databases: Benefits and Use Cases Explained

    Apr 7, 2025 · A document database is a subset of NoSQL databases that stores data in documents, typically formatted as JSON (JavaScript Object Notation) or BSON (Binary JSON).