ipfs/kubo

dir-index-html: add indicator if CID is cached in local datastore

Open

#8,817 建立於 2021年12月14日

在 GitHub 查看
 (6 留言) (1 反應) (0 負責人)Go (2,725 fork)batch import
P3effort/daysexp/intermediatehelp wantedkind/enhancement

倉庫指標

Star
 (13,906 star)
PR 合併指標
 (平均合併 4天 2小時) (30 天內合併 28 個 PR)

描述

Is your feature request related to a problem? Please describe.

As a user of IPFS, it's difficult to visualize if files are cached on the gateway you're connected to vs if the files need to be retrieved from the network.

Describe the solution you'd like An indicator to show if a CID is cached on the current gateway.

Example (horrible) mock up:

pin

The first three entries are cached on the gateway, the final one would require pulling from other IPFS nodes. Three indicators may be needed:

  • Fully cached locally
  • Partially cached locally
  • Not cached locally

貢獻者指南