博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
分布式文件系统 IPFS
阅读量:5925 次
发布时间:2019-06-19

本文共 1738 字,大约阅读时间需要 5 分钟。

IPFS 详细介绍

IPFS 是分布式文件系统,寻求连接所有计算机设备的相同文件系统。在某些方面,这很类似于原始的 Web 目标,但是 IPFS 最终会更像单个比特流群交换的 git 对象。

IPFS = InterPlanetary File System

IPFS 云成为一个新的,重要的网络子系统,如果构建得当,那么可以完善或者替换 HTTP,或者说可以完善或者替代更多,听起来很疯狂,但是确实很疯狂!

IPFS 结合了 Git,BitTorrent,Kademlia,SFS 和 Web 的优势,提供跟 HTTP web 一样简单的接口。

IPFS 分为 3 个代码库:

github.com/ipfs/ipfs - IPFS 规范github.com/ipfs/go-ipfs - Go 实现github.com/protocol/ipfs-webui - Web 工作台

使用:

USAGE:    ipfs - global p2p merkle-dag filesystem    ipfs [
]
[
] ... BASIC COMMANDS init Initialize ipfs local configuration add
Add an object to ipfs cat
Show ipfs object data get
Download ipfs objects ls
List links from an object refs
List hashes of links from an object DATA STRUCTURE COMMANDS block Interact with raw blocks in the datastore object Interact with raw dag nodes file Interact with Unix filesystem objects ADVANCED COMMANDS daemon Start a long-running daemon process mount Mount an ipfs read-only mountpoint resolve Resolve any type of name name Publish or resolve IPNS names dns Resolve DNS links pin Pin objects to local storage repo gc Garbage collect unpinned objects NETWORK COMMANDS id Show info about ipfs peers bootstrap Add or remove bootstrap peers swarm Manage connections to the p2p network dht Query the dht for values or peers ping Measure the latency of a connection diag Print diagnostics TOOL COMMANDS config Manage configuration version Show ipfs version information update Download and apply go-ipfs updates commands List all available commands Use 'ipfs
--help' to learn more about each command.

文章转载自 开源中国社区[https://www.oschina.net]

你可能感兴趣的文章
Assembly.LoadFrom加载程序集类型转换失败解决方法
查看>>
团队项目PCP--自我评价
查看>>
关于PHP中浏览器禁止Cookie后,Session能使用吗?
查看>>
线程基础知识
查看>>
查看磁盘IO负载 - 看哪些进程在读写磁盘
查看>>
进程间通信IPC-信号
查看>>
Fiddler 手机抓包
查看>>
jQuery 实现观察者模式
查看>>
javascript 的原始数据类型
查看>>
SpringBoot整合Rabbitmq设置消息请求头
查看>>
C#强制类型转换
查看>>
PHP-购物网站开发设计(一)
查看>>
Vue.js 组件编码规范
查看>>
logstash安装及基础入门
查看>>
【Unity】1.1 安装Unity 5.3.4 开发环境
查看>>
【Android】21.4 图片动画缩放示例
查看>>
Chrome开发人员工具使用技巧
查看>>
算法笔记--二项式反演
查看>>
HTTP/HTTPS 学习笔记
查看>>
ubuntu开机出现错误“Error found when loading /root/.profile”解决
查看>>