Konubinix' opinionated web of thoughts

Ipld

Fleeting

See ipfs, ipns, multihash.

What’s neat about content-addressing is that because it does not involve talking about data location, it’s inherently friendly to decentralization.

https://ipld.io/docs/intro/hello-world/

large graphs of documents can be linked together, and once you have some of the document graph, you don’t need to go look online to some specific server to get the rest of the linked documents; you can get them anywhere that content can be found.

https://ipld.io/docs/intro/hello-world/

IPLD is the data layer that IPFS is built on top of.

https://blog.ipfs.io/what-is-ipld/

data sent to IPFS through IPLD is kept on-chain, and the user receives a CID to access that data

https://blog.ipfs.io/what-is-ipld/

IPLD is more ambitious, aiming to decode any hash it comes in contact with

https://blog.ipfs.io/what-is-ipld/

JSON-DAG allows for storing typical JSON serialized data but also supports links that can be used alongside IPLD. JSON-CBOR allows for even more flexibility. CBOR is a binary storage system making it fast and efficient. Filecoin uses CBOR-DAG for its chain because of its efficiency and because CBOR can handle more data types than JSON.

https://blog.ipfs.io/what-is-ipld/

Notes pointant ici