Skip to content

Commit a31c35d

Browse files
authored
Merge pull request #1599 from ElPaisano/update/usage-examples
Add NIIIFTY and web3.storage to usage examples, prunes old entries
2 parents d0b7dd6 + aaeb12c commit a31c35d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/concepts/usage-ideas-examples.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Usage ideas and examples
3-
sidebarDepth: 0
3+
sidebarDepth: 1
44
description: Explore some helpful use cases, ideas, and examples for the InterPlanetary File System (IPFS).
55
---
66

@@ -80,10 +80,6 @@ On some heavy analysis, you can benefit from parallelizing calculations on sever
8080

8181
There is an existing [IPFS devgrant](https://github.com/ipfs/devgrants) to host [OpenStreetMaps assets on IPFS](https://github.com/ipfs/devgrants/blob/8233f7df4a219122bcf31eaea289d654406e4443/targeted-grants/open-street-map-ipfs.md). In the long run, this could mean faster synchronization for apps using this scheme and lower bandwidth requirements for servers.
8282

83-
### P2P video streaming platform
84-
85-
[Blust.tv](http://www.blust.tv/) wants to use IPFS to distribute movies when requested by its users. By adding their proprietary _secret-sauce_, they will facilitate the legal streaming of videos over P2P networks.
86-
8783
### Help host important data
8884

8985
Thanks to recent improvements with IPFS Cluster, you can call for help to store your data without having to trust other nodes won't alter the data. With [collaborative mode](https://ipfscluster.io/documentation/collaborative), you can [replicate Pacman packages or COVID-19-related papers](https://collab.ipfscluster.io/) without needing to know the intricacies of IPFS.
@@ -96,6 +92,10 @@ Let your users stream from each other to remove the need for a server without ov
9692

9793
The robotics company [KODA](https://www.koda9.com/) is developing the world's first decentralized robot dog called [Koda-9](https://www.whipsaw.com/thinking/new-era-of-household-robots/). It uses IPFS to store user data, such as security footage.
9894

95+
### IIIF-formattted data
96+
97+
[NIIIFTY](https://niiifty.com) is a platform built using [web3.storage](#decentralized-storage) that simplifies the sharing of [IIIF-formatted](https://iiif.io) high-resolution images, 3D models, and audiovisual content via IPFS. View the [documentation](https://niiifty.com/docs) for how to set up your own NIIIFTY instance.
98+
9999
## IPFS as infrastructure
100100

101101
Using IPFS allows you to abstract away a lot of the complexity of coordination between machines. No matter your architecture IPFS handles load balancing, de-duplication, caching, and high availability out-of-the-box. It's highly modular design also means you can easily customize it to your need.
@@ -122,6 +122,10 @@ Netflix is on its way to using IPFS to [synchronize their Docker containers worl
122122

123123
[Actyx](https://www.actyx.com/) is helping the manufacturers to upgrade their plants to the [_Industry 4.0_](https://en.wikipedia.org/wiki/Industry_4.0) era, meaning connecting the machines together for better performance, tolerance to failure, and flexibility. Actyx built a custom operating system on top of IPFS they deploy on all machines, so they emit metrics, receive orders, sync up information, and compute their next move locally.
124124

125+
### Decentralized storage
126+
127+
The [web3.storage](https://web3.storage) platform provides an IPFS-based storage service to safely secure and make your data available - giving developers the power of decentralized storage and content addressing via simple client libraries or an HTTP API.
128+
125129
## Lower your storage usage
126130

127131
By storing identical data only once on your node, storage-constrained projects are another natural fit for IPFS.
@@ -266,10 +270,6 @@ The weather risk marketplace [Arbol](https://www.arbolmarket.com/) relies on blo
266270

267271
[Decentralized Identity](https://en.wikipedia.org/wiki/Decentralized_Identifiers) is the concept of storing all your personal data on your devices rather than let every service you use store a partial copy of it. You having control of your data means that you decide which app has access to what, that you only fill in your information once, and that you can revoke access. Decentralized identity is a hot topic, and IPFS is one of the core technologies a lot of engineers build around. The identity wallet [Nomios](https://nomios.io/) shared [some thoughts](https://docs.google.com/presentation/d/1HbydOI0w-T_FY23zCACAyHmzDq1ZvyG2tklpPSm6OQQ/edit#slide=id.g5c88e8f60d_0_11) about decentralized identity general during the [IPFS Camp 2019](https://github.com/ipfs/camp).
268272

269-
### Element
270-
271-
[Element](https://element-did.com) is an open-source project that combines the content addressing and the interactiveness of Ethereum smart contracts to provide a tool for managing identity.
272-
273273
### 3ID Connect
274274

275275
3ID Connect is developed by [3Box](https://3box.io/), a personal data manager for apps leveraging IPFS. 3Box wants to make using decentralized identity as simple as clicking on _Connect with Google_ or _Connect with Facebook_. You can read their [article](https://medium.com/3box/introducing-3id-connect-531af4f84d3f) explaining how to bring it to your app.
@@ -309,4 +309,4 @@ Here is a non-exhaustive list of use cases that were not implemented yet. Pick u
309309
- [Make a manga reader](https://discuss.ipfs.tech/t/manga-reader-over-ipfs/4832)
310310
- [Make a Gif-sharing platform](https://discuss.ipfs.tech/t/a-vine-clone-built-using-ipfs/3337)
311311
- An interactive P2P application working in crowded events such as festivals
312-
- [Ethereum/Solidity Smart Contract CI Toolchain on IPFS](https://discuss.ipfs.tech/t/ethereum-solidity-smart-contract-ci-toolchain-on-ipfs-wip/1780)
312+
- [Ethereum/Solidity Smart Contract CI Toolchain on IPFS](https://discuss.ipfs.tech/t/ethereum-solidity-smart-contract-ci-toolchain-on-ipfs-wip/1780)

0 commit comments

Comments
 (0)