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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesStore Consistency Validation

Verification processes that ensure the structural integrity and referential consistency of a data store.

Distinct from Data Integrity Validation: The candidates focus on distributed consistency or model validation rather than the structural verification of a backup store.

Explore 6 awesome GitHub repositories matching data & databases · Store Consistency Validation. Refine with filters or upvote what's useful.

Awesome Store Consistency Validation GitHub Repositories

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

    apple/foundationdb

    16,446GitHub पर देखें↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Ensures timestamps received by clients never decrease by validating proxy liveness against the active queuing system.

    C++aciddistributed-databasefoundationdb
    GitHub पर देखें↗16,446
  • bup/bupbup का अवतार

    bup/bup

    7,324GitHub पर देखें↗

    bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s

    Checks for missing objects and verifies internal references within the store to ensure total data consistency.

    Python
    GitHub पर देखें↗7,324
  • materializeinc/materializeMaterializeInc का अवतार

    MaterializeInc/materialize

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

    Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c

    Brings in tables from external databases as a single consistent unit, updating all tables in lock-step.

    Rust
    GitHub पर देखें↗6,314
  • dromara/lamp-clouddromara का अवतार

    dromara/lamp-cloud

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

    Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation for building enterprise-grade administration systems. Its core identity centers on supporting multiple tenant isolation strategies—including database-per-tenant, schema-per-tenant, and shared-table modes—that can be switched without altering business code, alongside a role-based access control system enforced at the gateway layer across all microservices. The framework distinguishes itself through comprehensive tenant lifecycle management tools that allow creating, configurin

    Applies the same validation rules on both frontend and backend to ensure data integrity.

    Javaadmincloudeureka
    GitHub पर देखें↗5,752
  • knightliao/disconfknightliao का अवतार

    knightliao/disconf

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

    Disconf is a distributed configuration management platform that provides a centralized cloud-based repository for storing and syncing configuration files and settings across multiple environments. It functions as a dynamic configuration service that updates application settings and triggers callbacks immediately when values change without requiring a system restart. The project enables the distribution of shared configuration assets across multiple projects, allowing for the bulk management of settings across various target environments. It utilizes a push-based broadcast system to synchroniz

    Executes scheduled self-validation checks to ensure distributed application configurations remain stable and correct.

    Java
    GitHub पर देखें↗5,527
  • irs-public/direct-fileIRS-Public का अवतार

    IRS-Public/direct-file

    4,583GitHub पर देखें↗

    Direct File एक संघीय कर फाइलिंग एप्लिकेशन है जिसे करदाता जानकारी एकत्र करने और संघीय कर रिटर्न को सरकारी API में प्रसारित करने के लिए डिज़ाइन किया गया है। यह एक कर डेटा एक्सपोर्ट टूल के रूप में कार्य करता है, जो XML या JSON के माध्यम से तीसरे पक्ष के राज्य और स्थानीय कर सॉफ्टवेयर में संघीय रिटर्न डेटा के हस्तांतरण को सक्षम बनाता है। सिस्टम क्लाइंट और सर्वर दोनों एनवायरनमेंट में जटिल व्यावसायिक नियमों और आंशिक डेटा सेट को मैनेज करने के लिए एक घोषणात्मक नॉलेज ग्राफ का उपयोग करता है। एप्लिकेशन जानकारी एकत्र करने के लिए एक साक्षात्कार-संचालित प्रक्रिया का उपयोग करता है और कर डेटा विनिमय के लिए एक स्कीमा-आधारित एक्सपोर्ट सिस्टम का उपयोग करता है। यह अधूरी जानकारी को मॉडल करने और एनवायरनमेंट में व्यावसायिक नियमों को मान्य करने के लिए डेटा स्टोरेज और सिंक्रोनाइज़ेशन को एकीकृत करता है।

    Executes the same declarative business logic on both frontend and backend to ensure data consistency.

    JavaScript
    GitHub पर देखें↗4,583
  1. Home
  2. Data & Databases
  3. Store Consistency Validation

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

  • Cross-Stack Validation RulesValidation logic that is defined once and enforced identically on both client and server. **Distinct from Store Consistency Validation:** Distinct from Store Consistency Validation: focuses on applying the same validation rules across frontend and backend, not on data store structural integrity.
  • External Consistency Maintenance1 सब-टैगValidation of clock and timestamp consistency across distributed components to ensure linearizable client views. **Distinct from Store Consistency Validation:** Distinct from structural store consistency by focusing on temporal/timestamp consistency between clients and proxies.