2 repository-uri
Tools that scan database and message files for consistency and validity, ensuring stored data has not been corrupted.
Distinct from Directory Data Backups: Distinct from Directory Data Backups: focuses on verifying the integrity of existing backup or live data, not on creating or exporting backups.
Explore 2 awesome GitHub repositories matching data & databases · Data Integrity Verifications. Refine with filters or upvote what's useful.
Mox is a self-hosted email server that runs as a single compiled Go binary, handling the full lifecycle of sending and receiving email through SMTP, IMAP4rev2, and a built-in webmail application. It is designed to be operated without external dependencies or runtime plugins, with all mail services — including spam filtering, queue management, and web interfaces for administration and account management — contained in one executable. The server distinguishes itself through automated TLS certificate management via ACME, DNS-based autoconfiguration for email clients, and file-based configuration
Checks all database files and message files in a data directory for consistency and validity.
m3 is a distributed time series database designed for high-resolution metrics and high-cardinality data management. It functions as a scalable storage system and a multi-cluster query engine, providing a distributed metrics aggregator capable of downsampling and summarizing data before it is committed to storage. The project distinguishes itself through a coordinated cluster model using etcd for node membership and shard placement. It supports multiple ingestion protocols, including the Prometheus remote write protocol, InfluxDB line protocol, and Graphite Carbon plaintext protocol, and provi
Uses checksum digests and checkpoint files to verify that persisted data volumes are uncorrupted.