awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDocument Stores

NoSQL databases that store data as semi-structured documents.

Distinct from Browser-Based Storage: Specializes browser-based storage specifically for the document-model NoSQL paradigm.

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

Awesome Document Stores GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apache/pouchdbapache का अवतार

    apache/pouchdb

    17,581GitHub पर देखें↗

    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

    Functions as a NoSQL document store that persists JSON data directly within the web browser.

    JavaScriptcouchdbdatabasehacktoberfest
    GitHub पर देखें↗17,581
  • rethinkdb/horizonrethinkdb का अवतार

    rethinkdb/horizon

    6,738GitHub पर देखें↗

    Horizon is a realtime API server and RethinkDB backend designed to push database changes instantly to front-end clients. It utilizes a WebSocket data streaming API to synchronize data between the database and user interfaces without requiring manual polling. The project integrates an OAuth identity manager for verifying user identities through third-party providers and a role-based access control system to define granular permissions for viewing or modifying database documents. It is delivered as a containerized backend framework, allowing the server and its dependencies to be deployed as a p

    Supports writing data objects to a collection and returning generated identifiers.

    JavaScript
    GitHub पर देखें↗6,738
  • threedotslabs/wild-workouts-go-ddd-exampleThreeDotsLabs का अवतार

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348GitHub पर देखें↗

    This project is a reference implementation of Domain-Driven Design, Clean Architecture, and Command Query Responsibility Segregation (CQRS) patterns using the Go programming language. It serves as a sample application to demonstrate how to decouple core domain rules from infrastructure and delivery mechanisms. The system is built as a gRPC microservices architecture, utilizing type-safe communication and service contracts. It implements an event-driven architecture to manage eventual consistency and asynchronous processing, specifically employing the Outbox pattern to ensure reliable messagin

    Persists application data in NoSQL document stores while maintaining atomic updates across multiple records.

    Goclean-architecturecqrsddd
    GitHub पर देखें↗6,348
  • firebase/quickstart-jsfirebase का अवतार

    firebase/quickstart-js

    5,367GitHub पर देखें↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    Persists and synchronizes structured data using a scalable cloud-based NoSQL document store.

    TypeScript
    GitHub पर देखें↗5,367
  1. Home
  2. Data & Databases
  3. Data Engineering and Infrastructure
  4. Data Persistence and Storage
  5. Data Storage
  6. Client-Side Persistence
  7. Browser-Based Storage
  8. Document Stores

सब-टैग एक्सप्लोर करें

  • Document WritesOperations for creating and updating semi-structured documents within a store. **Distinct from Document Stores:** Focuses on the write operation rather than the general nature of a document store.