OrbitDB

Conflict-free Replicated Data Types (CRDTs) are data structures whose network replicas can be updated concurrently and independently without replicas coordinating, with the guarantee that all inconsistencies can be resolved. OrbitDB utilizes CRDTs for conflict-free database merges and a decentralized peer-to-peer protocol for storage.

History

OrbitDB is derived from the Orbit chat application which is built on the InterPlanetary File System (IPFS) protocol. IPFS acts like a distributed CDN for static files.

System Architecture

Shared-Nothing

Checkpoints

Not Supported