awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesDatabase Integrity Verification

Internal mechanisms for verifying data consistency and detecting corruption via checksums across the entire store.

Distinct from Data Integrity Verification: Distinct from Data Integrity Verification [f19_mt1]: focuses on internal database checksums rather than external record auditing.

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

Awesome Database Integrity Verification GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spacejam/sledAvatar de spacejam

    spacejam/sled

    8,928Voir sur GitHub↗

    Sled is an embedded key-value store and ACID-compliant database designed for high-performance data persistence. It functions as a log-structured storage engine that organizes data using B+ trees to support efficient range queries and prefix scans. The engine implements a zero-copy data store model, utilizing epoch-based reclamation to provide direct references to cached values without memory allocations. It distinguishes itself through a combination of write-ahead logging, page cache optimizations to reduce write amplification on flash storage, and serializable transactions for atomic multi-k

    Calculates CRC32 checksums of all keys and values to detect database corruption.

    Rustb-plus-treeb-treeconcurrent
    Voir sur GitHub↗8,928
  • lmcache/lmcacheAvatar de LMCache

    LMCache/LMCache

    6,909Voir sur GitHub↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Computes MD5 checksums over cache blocks to verify data integrity and perform diagnostics.

    Pythonamdcudafast
    Voir sur GitHub↗6,909
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Voir sur GitHub↗

    Ce projet est une ressource éducative complète et un guide pour apprendre le système de contrôle de version Git. Il sert de source de documentation technique pour un manuel qui explique les fondamentaux, les workflows avancés et l'architecture interne de Git. Le projet est structuré comme un e-book multi-format, avec des fichiers sources conçus pour être compilés dans divers formats de publication numérique, incluant HTML, PDF, EPUB et Mobi. Il utilise un pipeline de build dédié pour générer et valider ces documents. Le contenu couvre un large éventail de capacités de contrôle de version, incluant la manipulation de l'historique, l'administration de dépôt et l'intégration système. Il fournit des instructions guidées sur la gestion des workflows—tels que le branching, le merging et le rebasing—et analyse la mécanique interne du système de fichiers adressable par contenu et le versioning basé sur des instantanés.

    Explains internal mechanisms for verifying data consistency and detecting corruption via checksums in the Git database.

    CSS
    Voir sur GitHub↗6,522
  • pgsty/pigstyAvatar de pgsty

    pgsty/pigsty

    4,703Voir sur GitHub↗

    Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs

    Detects silent corruption using internal data checksums and recovers damaged blocks from available replicas.

    Shellgraphicsinfrapostgres
    Voir sur GitHub↗4,703
  • datacharmer/test_dbAvatar de datacharmer

    datacharmer/test_db

    4,388Voir sur GitHub↗

    test_db is a collection of tools for validating database integrity, benchmarking system throughput, and generating synthetic schemas and datasets. It includes a sample corporate employee database for MySQL, a SQL dataset generator for creating representative records, and an integrity validator that uses checksums and record counts to verify data consistency across different database engines. The project provides a database performance benchmark consisting of complex queries and stored procedures designed to measure system response times and throughput. These tools simulate real-world workload

    Provides a tool that uses checksums and record counts to verify data consistency across different database engines.

    Shell
    Voir sur GitHub↗4,388
  1. Home
  2. Data & Databases
  3. Database Integrity Verification