1 repository
Mechanisms for fetching only specific required ranges or blocks of data rather than the entire dataset.
Distinct from Data Replication: Distinct from general Data Replication: focuses on reducing bandwidth by downloading only a subset of the log.
Explore 1 awesome GitHub repository matching data & databases · Sparse Replication. Refine with filters or upvote what's useful.
Hypercore is a distributed append-only logging system designed for maintaining cryptographically signed data streams that are replicated and verified across a network of peers. It provides verifiable data storage using a Merkle tree structure to ensure the integrity and authenticity of information through cryptographic proofs. The project is distinguished by its support for sparse data replication, which allows peers to download only the specific ranges or blocks of a log required for their current needs to reduce bandwidth. It also implements encrypted peer-to-peer messaging and the ability
Supports bandwidth-efficient replication by allowing peers to download only the specific log ranges they need.