2 Repos
Databases that leverage IPFS for content-addressing and P2P data synchronization.
Distinct from Peer-to-Peer Clients: Specifically describes databases built on the IPFS protocol, which the candidates for general P2P clients did not capture.
Explore 2 awesome GitHub repositories matching data & databases · IPFS-Based Databases. Refine with filters or upvote what's useful.
Orbit DB is a decentralized NoSQL database that utilizes conflict-free replicated data types to ensure eventual consistency across a network of nodes. It functions as a peer-to-peer data store that uses IPFS for content-addressing and synchronization, allowing for the maintenance of application state without a central server or authority. The system is built upon a cryptographically verifiable, immutable operation log, which serves as the foundation for custom decentralized data models. This architecture enables the implementation of various data storage patterns, including JSON document stor
Functions as a decentralized data store that utilizes IPFS for content-addressing and synchronization.
OrbitDB is a decentralized data storage system that enables the creation of serverless databases residing across a network of peers. It functions as a peer-to-peer database that integrates with a content-addressed storage layer to distribute and replicate data without a central server. The system utilizes conflict-free replicated data types to ensure eventual consistency and state convergence across distributed nodes. It maintains an immutable record of updates using a directed acyclic graph to preserve causal ordering and cryptographic integrity. Access is managed through a decentralized ide
Leverages IPFS for content-addressed storage and data replication across a decentralized network.