ipfs-cluster-k8s:Kustomize ipfs-cluster kubernetes部署的基础
2022-04-14 19:32:21 11KB kubernetes ipfs ipfs-cluster kustomize
1
IPFS-Cluster-Ctl最新0.5.0安装包,该包也可在官网上下载,在此上传提供给无法FQ的同学,以便大家学习
2022-03-06 20:44:22 6.28MB IPFS IPFS-Cluster
1
IPFS-Cluster-Serivce最新0.5.0安装包,该包也可在官网上下载,在此上传提供给无法FQ的同学,以便大家学习
2022-03-06 20:43:30 6.95MB IPFS cluster service 安楠大叔
1
java-ipfs-cluster-api 使用Java实现的IPFS群集HTTP API的客户端库。 非官方和阿尔法 This is a port of ipfs/java-ipfs-api adapted for the API exposed by ipfs/ipfs-cluster. 安装 将此代码添加到您的项目中或将其添加到jar中 依存关系 该模块需要ipfs-cluster才能运行。 假定IPFS群集API正在“ 127.0.0.1:9094”上运行。 用法 导入模块: IPFSCluster ipfsCluster = new IPFSCluster ( " 127.0.0.1 " , 9094 ); API 该API当前正在开发中。 公开的方法被设计为类似于ipfs / ipfs-cluster中提供的ipfs-cluster-ctl。 ipfsCluster . id(); ipfsCluster . version(); ipfsCluster . pins . ls(); ipfsCluster . pins . ls( String CID ); i
2021-11-03 14:40:11 354KB java api clustering ipfs
1