redecentralize / alternative-internet

A collection of interesting new networks and tech aiming at decentralisation (in some form).
5.18k stars 501 forks source link

Add OrbitDB #276

Closed RichardLitt closed 4 years ago

RichardLitt commented 4 years ago

I think it belongs here. Full disclosure: I work on this project, and have for years.

OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses CRDTs for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.

rossjones commented 4 years ago

Thanks for the addition, looks interesting...