DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

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.[03]

Source Code
https://github.com/orbitdb/orbitdb[01]
Developer
Country of Origin
IL
Start Year
2015 [06]
Project Type
Open Source
Written in
JavaScript
Supported Languages
JavaScript
License
MIT License

Database Entry

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.[03]

History[04][05]


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.

Data Model


System Architecture


Revision #2