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][04]

Source Code
https://github.com/orbitdb/orbitdb[01]
Developer
Start Year
2015 [09]
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][04]

History[05][06]


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.

Checkpoints


Checkpoints are not explicitly supported. However, information is persisted on the IPFS network.

Concurrency Control


Data Model


Foreign Keys


Indexes[07]


Indexes are Javascript dictionaries.

Isolation Levels


Joins


Logging


Query Compilation


Query Execution


OrbitDB is effectively a key-value store.

Query Interface[02]


OrbitDB exposes a Javascript API.

Storage Model[08]


All storage is backed by ipfs-log which uses conflict-free replicated data structures. It functions as an immutable append-only log.

Stored Procedures


System Architecture


Views


Revision #8