6 Repos
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.
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.
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.
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.
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.
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.
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.