Skip to content

IPFS_Kit_Py

endomorphosis edited this page Dec 20, 2024 · 2 revisions

This module is meant to manage the local IPFS node, and its membership amongst other IPFS nodes in an IPFS cluster, and also files on Storacha a IPFS service hosted on cloudflare, which also hosts data on the Filecoin network. There are 3 roles that an the module is configured for "master" "worker and "leecher", and depending upon which one is chosen, different submodules such as IPFS_Cluster or Storacha are enabled, so that the files can be managed in a tiered cache fashion so that "hot" files are closer in proximity to the users who request them. In NodeJS mwni made a package called "Tasknet" which uses Libp2p, and the plan is to follow the designs of the nodejs code when the libp2p python library is more feature complete.

Clone this wiki locally