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
- Country of Origin
- IL
- Start Year
- 2015 [07]
- Project Type
- Open Source
- Written in
- JavaScript
- Supported Languages
- JavaScript
- License
- MIT License
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.
Citations
7 sources- GitHub - orbitdb/orbitdb: Peer-to-Peer Databases for the Decentralized Web · GitHub github.com
- https://github.com/orbitdb/orbit-db/blob/master/API.md github.com
- Here's a quick overview of how OrbitDB works. A "database" in OrbitDb is a singl... | Hacker News ycombinator.com
- https://outlierventures.io/portfolio/haja_networks/ outlierventures.io
- https://news.ycombinator.com/item?id=1272282 ycombinator.com
- https://news.ycombinator.com/item?id=12719828 ycombinator.com
- Initial version github.com