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

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

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

5 रिपॉजिटरी

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

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

    spacejam/sled

    8,928GitHub पर देखें↗

    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
    GitHub पर देखें↗8,928
  • lmcache/lmcacheLMCache का अवतार

    LMCache/LMCache

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

    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
    GitHub पर देखें↗6,909
  • progit/progit2progit का अवतार

    progit/progit2

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

    यह प्रोजेक्ट Git वर्ज़न कंट्रोल सिस्टम सीखने के लिए एक व्यापक शैक्षिक संसाधन और गाइड है। यह एक पाठ्यपुस्तक के लिए तकनीकी दस्तावेज़ीकरण स्रोत के रूप में कार्य करता है जो Git के मूल सिद्धांतों, उन्नत वर्कफ़्लो और आंतरिक आर्किटेक्चर की व्याख्या करता है। यह प्रोजेक्ट एक मल्टी-फॉर्मेट ई-बुक के रूप में संरचित है, जिसमें सोर्स फ़ाइलें HTML, PDF, EPUB और Mobi सहित विभिन्न डिजिटल प्रकाशन प्रारूपों में संकलित होने के लिए डिज़ाइन की गई हैं। यह इन दस्तावेजों को उत्पन्न और मान्य करने के लिए एक समर्पित बिल्ड पाइपलाइन का उपयोग करता है। सामग्री वर्ज़न कंट्रोल क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें इतिहास हेरफेर, रिपॉजिटरी प्रशासन और सिस्टम एकीकरण शामिल है। यह वर्कफ़्लो प्रबंधन—जैसे ब्रांचिंग, मर्जिंग और रीबेसिंग—पर गाइडेड निर्देश प्रदान करती है, और कंटेंट-एड्रेसेबल फ़ाइल सिस्टम और स्नैपशॉट-आधारित वर्ज़निंग के आंतरिक यांत्रिकी का विश्लेषण करती है।

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

    CSS
    GitHub पर देखें↗6,522
  • pgsty/pigstypgsty का अवतार

    pgsty/pigsty

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

    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
    GitHub पर देखें↗4,703
  • datacharmer/test_dbdatacharmer का अवतार

    datacharmer/test_db

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

    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
    GitHub पर देखें↗4,388
  1. Home
  2. Data & Databases
  3. Database Integrity Verification