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: packages/website/posts/2022-07-06-elastic-ipfs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ What does this mean for NFT.Storage users? Uploads of all sizes being much faste
61
61
62
62
## Elastic IPFS under the hood
63
63
64
-
More literature on how Elastic IPFS works will be coming in the future. However, here are some notes on how it diverges significantly from the two major IPFS implementations today, go-ipfs and [js-ipfs](https://js.ipfs.io/). And all the [code is open source](https://github.com/ipfs-elastic-provider), so you can always dive into it yourself!
64
+
More literature on how Elastic IPFS works will be coming in the future. However, here are some notes on how it diverges significantly from the two major IPFS implementations today, go-ipfs and [js-ipfs](https://js.ipfs.io/). And all the [code is open source](https://github.com/elastic-ipfs/), so you can always dive into it yourself!
65
65
66
66
- No Blockstore: Blocks are retrieved directly from CAR files uploaded by users.
67
67
- Single peer ID: We run the service as a single peer ID across cloud service regions, leaning into off-the-shelf redundancy and load balancing from the cloud provider.
0 commit comments