You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/comparisons.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,23 @@ IPFS is a general-purpose file system that uses a distributed hash table (DHT) t
18
18
Filecoin is built on IPFS and uses the IPFS network for data storage and retrieval. Filecoin and IPFS are complementary technologies providing decentralized and efficient storage solutions.
19
19
:::
20
20
21
-
-[Dat](https://datproject.org/) is a decentralized data-sharing tool that uses a distributed hash table (DHT) for data storage. It focuses on enabling data sharing and collaboration.
21
+
-[Hypercore](https://hypercore-protocol.org/) is a decentralized data-sharing tool that uses a distributed hash table (DHT) for data storage. It focuses on enabling data sharing and collaboration.
22
22
-[Holo](https://holochain.org/) is a decentralized hosting platform that uses a unique data storage and sharing mechanism called Holochain. It allows users to host and run web-based applications on a peer-to-peer network.
23
23
-[Swarm](https://swarm-gateways.net/bzz:/theswarm.eth/) is a decentralized storage and sharing platform built on the Ethereum blockchain. It uses smart contracts and cryptographic techniques to securely store and share data. It focuses on providing a decentralized, secure, and censorship-resistant storage solution.
24
24
25
25
## Comparing the key features of other solutions to IPFS
26
26
27
-
The following table outlines key features of storage mechanisms and how they compare to IPFS.
27
+
The following tables outline key features of different mechanisms and how they compare to IPFS.
28
28
29
29
:::callout
30
30
All of these solutions use content-based addressing.
31
31
::::
32
32
33
-
### P2P protocols
33
+
### General protocols
34
34
35
35
| technology | storage mechanism | data model | consensus mechanism | networking stack | identifier | address composition | use cases | similarity to IPFS |
0 commit comments