IPFS 分布式文件系统开源项目

我要开发同款
匿名用户2015年01月28日
48阅读
开发技术SHELL
所属分类Google Go、存储系统、服务器软件
授权协议MIT

作品详情

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

IPFS=InterPlanetaryFileSystem

IPFS云成为一个新的、重要的网络子系统,如果构建得当,可以完善或者替换HTTP,或者更多。

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

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 [<flags>] <command> [<arg>] ...    BASIC COMMANDS        init          Initialize ipfs local configuration        add <path>    Add an object to ipfs        cat <ref>     Show ipfs object data        get <ref>     Download ipfs objects        ls <ref>      List links from an object        refs <ref>    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 <command> --help' to learn more about each command. 
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论