2 repositorios
Systems for mapping persistent identifiers to changing content via signed records.
Distinct from Mutable Data Containers: Candidates refer to programming language pointer casting or data container mutability, not P2P record resolution.
Explore 2 awesome GitHub repositories matching data & databases · Mutable Pointer Resolution. 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
Maps persistent public keys to changing content identifiers via signed records to support data versioning.
ipfs-desktop is a graphical application for managing a local IPFS node, hosting content, and interacting with the peer-to-peer network. It serves as a desktop client that provides a visual interface for content-addressed storage management, peer-to-peer file sharing, and the administration of the node lifecycle. The project differentiates itself by providing a comprehensive suite of controllers for node health, gateway routing, and static site hosting. It includes a dedicated content-addressed storage browser for importing and organizing files, a gateway controller to route network content th
Implements a pointer system that maps persistent identifiers to changing content via signed records for version tracking.