awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesDocument Databases

Database engines that store, retrieve, and manage data in semi-structured formats like JSON, BSON, or XML documents.

Explore 5 awesome GitHub repositories matching data & databases · Document Databases. Refine with filters or upvote what's useful.

Awesome Document Databases GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mongodb/mongoAvatar mongodb

    mongodb/mongo

    28,158Vezi pe GitHub↗

    This project is a distributed, document-oriented database system designed to store information in flexible, hierarchical structures. It supports horizontal scaling through automated sharding and maintains high availability across global clusters using a multi-node replication protocol. By executing multi-document operations as atomic units, the system ensures data integrity and consistency across distributed environments. The platform distinguishes itself by integrating advanced vector-based indexing, which enables semantic similarity searches alongside traditional geospatial and lexical quer

    Stores information in flexible, hierarchical document structures with support for horizontal scaling and ACID transactions.

    C++c-plus-plusdatabasemongodb
    Vezi pe GitHub↗28,158
  • apache/pouchdbAvatar apache

    apache/pouchdb

    17,581Vezi pe GitHub↗

    PouchDB is a JavaScript NoSQL document store designed to persist JSON data within web browsers or Node.js environments. It functions as an offline-first data store that caches information on a local device and synchronizes with a remote server when connectivity is available. The database implements the CouchDB API to ensure compatibility for bidirectional data replication. This allows for the synchronization of documents between a local client and remote CouchDB servers to maintain consistency across multiple devices. The project provides capabilities for local browser data storage and remot

    Provides a JavaScript-based document database for storing JSON data in browser and Node.js environments.

    JavaScriptcouchdbdatabasehacktoberfest
    Vezi pe GitHub↗17,581
  • angular/angularfireAvatar angular

    angular/angularfire

    7,814Vezi pe GitHub↗

    AngularFire is a set of tools for connecting applications to Firebase services. It provides a library of client-side interfaces for managing authentication, object storage, NoSQL databases, and serverless functions. The project utilizes observables and dependency injection to integrate cloud services into the application hierarchy. It features a reactive interface for streaming real-time data, managing document-based databases, and tracking authentication state as a continuous stream of tokens. The platform covers a broad range of cloud capabilities, including identity verification, binary f

    Performs CRUD operations and executes complex queries against a scalable document-based NoSQL database.

    TypeScript
    Vezi pe GitHub↗7,814
  • labring/lafAvatar labring

    labring/laf

    7,552Vezi pe GitHub↗

    Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management. The platform features a browser-based IDE that allows developers to write, test, and deploy serverless functions directly within a web editor, removing the requirement for local environment setup. It also includes a WebSocket communication platform for maintaining persistent bidirectio

    Ships a built-in document database allowing backend functions to perform full CRUD operations on JSON-like data.

    TypeScriptcloudbasefaasfirebase
    Vezi pe GitHub↗7,552
  • msiemens/tinydbAvatar msiemens

    msiemens/tinydb

    7,529Vezi pe GitHub↗

    TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local files, providing a persistence layer that operates without a separate server process. The system is an extensible document store featuring a middleware architecture. This allows for the customization of storage backends and the interception of data operations to transform how information is stored and retrieved. The database manages unstructured data using JSON-based serialization and supports pluggable storage backends for local file persistence.

    Provides a database engine that manages data in semi-structured JSON documents.

    Pythondatabasedocumentdbjson
    Vezi pe GitHub↗7,529
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. NoSQL
  6. Document Databases