IPFS

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Fix IPFS link)
(Add walkthrough)
 
Line 31: Line 31:
 
node running and well maintained. Alternatively, you have to stand-up or make use of a third
 
node running and well maintained. Alternatively, you have to stand-up or make use of a third
 
party pinning service which have the resources to pin your content "indefinitely".  
 
party pinning service which have the resources to pin your content "indefinitely".  
 +
 +
== Usage ==
 +
 +
* [https://ross-spencer.github.io/learn-ipfs/ A walkthrough of basic IPFS concepts].
  
 
== References ==
 
== References ==

Latest revision as of 12:47, 20 February 2026

File Format
Name IPFS
Ontology

IPFS (InterPlanetary File System) is a peer-to-peer distributed file system. It is accessible via the command-line, and programming interfaces. Data is mirrored by peers and data shared via a content identifier (CID). The CID creates a global namespace for accessing information.

Contents

[edit] Example

The following command (provides access to XKCD 927's alt-text via the XKCD Archives.

./ipfs cat QmfNvocxez2nEChH95BQCLhJLciy5dmwbGW4NofTUvNvgu .

[edit] IPLD

Given IPFS treats all objects (even binary objects for the most part) as data, it is possible to use its primitives to created Interplanetary Linked Data (IPLD). This is a fairly nuanced approach to linking data, and is largely being repackaged as DASL.

[edit] Reference implementation

kubo provides a reference implementation that allows you to access IPFS locally.

[edit] Pinning

Pinning is analogous to persistence of the files you have provided on IPFS. Pinning is done by default on local nodes and content is cached temporarily on remote nodes that the data has passed through e.g. if accessed by someone.

Garbage collection will sweep up all non-pinned CIDs and so it is important to keep your node running and well maintained. Alternatively, you have to stand-up or make use of a third party pinning service which have the resources to pin your content "indefinitely".

[edit] Usage

[edit] References

[edit] Informative References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox