2 रिपॉजिटरी
Mechanisms to prevent the automatic deletion of specific data blocks from a local storage node.
Distinct from Identifier-Based Lookups: Specifically refers to persistence management in content-addressable systems, distinct from general ID lookups.
Explore 2 awesome GitHub repositories matching data & databases · Content Pinning. Refine with filters or upvote what's useful.
IPFS is a peer-to-peer hypermedia protocol and content-addressed storage system that identifies data by cryptographic hashes rather than network locations. It enables the creation of a decentralized web by organizing files and directories as directed acyclic graphs of linked content identifiers. The project differentiates itself through the use of a distributed hash table for locating peers and a system of signed records to map human-readable names to changing content. It also provides HTTP gateways that translate standard web requests into peer-to-peer queries, allowing decentralized data to
IPFS publishes files to a distributed network and ensures persistence through local nodes or pinning services.
Kubo is a peer-to-peer implementation of the InterPlanetary File System (IPFS) designed for decentralized data storage and content delivery. It uses content-addressing, directed acyclic graphs, and distributed hash tables to identify, distribute, and retrieve data across a network without relying on central servers. The project differentiates itself by providing a virtual filesystem via FUSE, which maps decentralized network namespaces to local operating system directories for direct file access. It also includes integrated HTTP gateways that translate peer-to-peer content into standard web t
Allows locking specific content identifiers to the local node to prevent garbage collection.