mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Change orbit-db to OrbitDB in readme
This commit is contained in:
parent
9ca27d370e
commit
71457d0095
@ -1,4 +1,4 @@
|
||||
# orbit-db
|
||||
# OrbitDB
|
||||
|
||||
[](http://webchat.freenode.net/?channels=%23orbitdb)
|
||||
[](https://circleci.com/gh/orbitdb/orbit-db)
|
||||
@ -8,9 +8,9 @@
|
||||
|
||||
> A peer-to-peer database for the decentralized web
|
||||
|
||||
`orbit-db` is a serverless, distributed, peer-to-peer database. `orbit-db` uses [IPFS](https://ipfs.io) as its data storage and [IPFS Pubsub](https://github.com/ipfs/go-ipfs/blob/master/core/commands/pubsub.go#L23) to automatically sync databases with peers. It's an eventually consistent database that uses [CRDTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) for conflict-free database merges making `orbit-db` an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.
|
||||
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses [IPFS](https://ipfs.io) as its data storage and [IPFS Pubsub](https://github.com/ipfs/go-ipfs/blob/master/core/commands/pubsub.go#L23) to automatically sync databases with peers. It's an eventually consistent database that uses [CRDTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.
|
||||
|
||||
Data in `orbit-db` can be stored in a
|
||||
Data in OrbitDB can be stored in a
|
||||
|
||||
- **[Key-Value Store](https://github.com/orbitdb/orbit-db/blob/master/API.md#keyvaluenameaddress)**
|
||||
- **[Log Database](https://github.com/orbitdb/orbit-db/blob/master/API.md#lognameaddress)** (append-only log)
|
||||
|
Loading…
x
Reference in New Issue
Block a user