Skip to content

Commit fc8e5ce

Browse files
committed
add git, ssb and other columns
1 parent 32cef7e commit fc8e5ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/concepts/comparisons.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ All of these solutions use content-based addressing.
3232

3333
### General protocols
3434

35-
| technology | storage mechanism | data model | consensus mechanism | networking stack | identifier | address composition | use cases | similarity to IPFS |
36-
| --------------------- | ------------------------- | --------------------- | --------------------------- | ---------------- | ------------------- | ------------------- | ------------------------ | ------------------ |
37-
| [bittorrent](https://www.bittorrent.com/protocols/bittorrent-rfc.html) | P2P file-sharing | - | - | TCP/IP | torrent file | filename + sha1 hash | file sharing | low |
38-
| [hypercore](https://hypercore-protocol.org/guides/) | decentralized data-sharing| hypercore | Kademlia DHT | UDP | dat key | dat key | decentralized data sharing| medium |
35+
| technology | storage mechanism | data model | networking stack | identifier | address composition | links | use cases | similarity to IPFS | hashing algorithm |
36+
| --------------------- | ------------------------- | --------------------- | ---------------- | ------------------- | ------------------- | ---------------------- | -------------------- | ------------------ | --------------------- |
37+
| [bittorrent](https://www.bittorrent.com/protocols/bittorrent-rfc.html) | P2P file-sharing | merkle DAG | TCP/IP | torrent file | filename + sha1 hash | - | file sharing | low | SHA-256 |
38+
| [hypercore](https://hypercore-protocol.org/guides/) | decentralized data-sharing| merkle DAG | UDP | dat key | dat key | dat://{key} | decentralized data sharing| medium | SHA-256 |
39+
| [git](https://git-scm.com/) | version control| commit history | TCP/IP | commit hash | commit hash | - | version control | medium | SHA-1, SHA-256 |
40+
| [Secure Scuttlebutt (SSB)](https://ssbc.github.io/scuttlebutt-protocol-guide/) | decentralized social network | append-only log | Scuttlebutt Protocol | feed id | feed id | ssb://{feed id} | decentralized social networking| high | SHA-256 |
3941

4042
### Crypto-economic networks
4143

0 commit comments

Comments
 (0)