awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apple/foundationdbAvatar von apple

    apple/foundationdb

    16,446Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,446
  • bup/bupAvatar von bup

    bup/bup

    7,324Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,324
  • materializeinc/materializeAvatar von MaterializeInc

    MaterializeInc/materialize

    6,314Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,314
  • dromara/lamp-cloudAvatar von dromara

    dromara/lamp-cloud

    5,752Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,752
  • knightliao/disconfAvatar von knightliao

    knightliao/disconf

    5,527Auf GitHub ansehen↗

    Disconf ist eine Plattform für verteiltes Konfigurationsmanagement, die ein zentralisiertes, cloudbasiertes Repository zum Speichern und Synchronisieren von Konfigurationsdateien und Einstellungen über mehrere Umgebungen hinweg bereitstellt. Es fungiert als dynamischer Konfigurationsdienst, der Anwendungseinstellungen aktualisiert und Callbacks sofort auslöst, wenn sich Werte ändern, ohne dass ein Systemneustart erforderlich ist. Das Projekt ermöglicht die Verteilung gemeinsam genutzter Konfigurations-Assets über mehrere Projekte hinweg und erlaubt die Massenverwaltung von Einstellungen über verschiedene Zielumgebungen. Es nutzt ein Push-basiertes Broadcast-System, um Änderungen in Echtzeit zu synchronisieren. Um die Systemstabilität zu gewährleisten, enthält die Plattform einen Validator für die Konfigurationskonsistenz, der geplante Hintergrundprüfungen durchführt, um sicherzustellen, dass aktive Systemeinstellungen mit der zentralen Quelle konsistent bleiben.

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

    Java
    Auf GitHub ansehen↗5,527
  • irs-public/direct-fileAvatar von IRS-Public

    IRS-Public/direct-file

    4,583Auf GitHub ansehen↗

    Direct File ist eine Anwendung für die föderale Steuererklärung, die darauf ausgelegt ist, Steuerzahlerinformationen zu erfassen und föderale Steuererklärungen an eine Regierungs-API zu übermitteln. Sie fungiert als Tool für den Export von Steuerdaten und ermöglicht die Übertragung föderaler Erklärungsdaten via XML oder JSON an staatliche und lokale Steuersoftware von Drittanbietern. Das System nutzt einen deklarativen Wissensgraphen, um komplexe Geschäftsregeln und Teil-Datensätze sowohl in Client- als auch in Serverumgebungen zu verwalten. Die Anwendung verwendet einen interviewgesteuerten Prozess zur Informationserfassung und nutzt ein schema-basiertes Exportsystem für den Steuerdatenaustausch. Sie integriert Datenspeicherung und -synchronisation, um unvollständige Informationen zu modellieren und Geschäftsregeln über Umgebungen hinweg zu validieren.

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

    JavaScript
    Auf GitHub ansehen↗4,583
  1. Home
  2. Data & Databases
  3. Store Consistency Validation

Unter-Tags erkunden

  • 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 Sub-TagValidation 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.