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. 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

Not Supported

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

Concurrency Control

Not Supported

Foreign Keys

Not Supported

Isolation Levels

Not Supported

Logging

Not Supported

Query Compilation

Not Supported

Query Interface

Custom API

OrbitDB has native Javascript bindings and endorses community Typescript bindings.

Storage Model

Custom

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

Stored Procedures

Not Supported

System Architecture

Shared-Nothing

Embeddings

People Also Viewed

OrbitDB Logo
Website

https://orbitdb.org/

Source Code

https://github.com/orbitdb/orbit-db

Tech Docs

https://github.com/orbitdb/field-manual

Twitter

@orbit_db

Developer

Haja Networks

Country of Origin

DE

Start Year

2015

Project Type

Open Source

Written in

JavaScript

Supported languages

JavaScript

Operating Systems

Linux, OS X

Licenses

MIT

Embeddings

People Also Viewed