mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Fix README
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Distributed, peer-to-peer Key-Value Store and Event Log on IPFS.
|
||||
|
||||
- Stores all data in IPFS, including the database index
|
||||
- Replication happens on client side and data is eventually consistent
|
||||
- Aggregation happens on client side and data is eventually consistent
|
||||
- Uses a LWW-element-set [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) and (sort of) Vector Clocks for partial ordering
|
||||
- Designed to work offline first and to be easily embeddable to applications
|
||||
|
||||
@@ -123,7 +123,7 @@ mocha -w
|
||||
|
||||
## Notes
|
||||
### Data structure description
|
||||
*For future IPLD references*
|
||||
*For future [IPLD](https://github.com/ipfs/ipld-examples) references*
|
||||
|
||||
List snapshots are posted to pubsub:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user