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.[05][06]

Source Code
https://github.com/orbitdb/orbitdb[02]
Developer
Country of Origin
DE
Start Year
2015 [14]
Project Type
Open Source
Written in
JavaScript
Supported Languages
JavaScript
Operating Systems
Linux, macOS
License
MIT License
Twitter
@orbit_db[04]

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.[05][06]

History[07][08][06]


OrbitDB is derived from the Orbit chat application which is built on the InterPlanetary File System (IPFS) protocol. The IPFS protocol functions like a distributed CDN. It was developed by Samuli Pöyhtäri in Berlin and funded by Protocol Labs. Samuli then founded Haja Networks. The OrbitDB project is now fully under Haja Networks.

Checkpoints


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

Concurrency Control


Data Model


Foreign Keys


Indexes[09]


Indexes are Javascript dictionaries.

Isolation Levels


Joins


Logging


Query Compilation


Query Execution


OrbitDB is effectively a key-value store.

Query Interface[10][11]


OrbitDB has native Javascript bindings and endorses community Typescript bindings.

Storage Model[12][13]


All storage is backed by conflict-free replicated data structures. The storage model can be extended by the user.

Stored Procedures


System Architecture


Views


Revision #14