Skip to content

IPLD

Inter Planetary Linked Data

  • GPN19 - Foundations for Decentralization: Data with IPLD - YouTube
    • File are just a graph
    • Git is just a blob store
    • Link by hash should be first class
    • Immutable Links are a good primitive
    • Formats shouldn't matter
    • Protocols need Sachems, data description tools
    • Building a git
    • CID - Content Identity
    • You can replace JSON in API's with IPLD
    • There is a query language like GraphQL
    • Advanced Layouts?

2023-12-29T15:41:27-05:00

  • ResNetLab: Elective Course Module - InterPlanetary Linked Data (IPLD) - YouTube
    • Building the next git should take hours and not days
    • Immutability
    • DeDuplication
    • Content Addressing
    • IPLD is extracted from IPFS
    • IPFS is a block store for IPLD
    • Merkle DAGs
      • Markle DAGs only link forward not backward
      • Git, everything in git is blob hashed
      • Markle DAG verse Merkle Tree
      • You can add metadata within the Markle Tree/DAG
    • Connecting Graphs
      • Autonomy of a CID
      • multiformats.io
      • CBOR and JSON have no formal way to link data
    • IPLD and IPFS
      • IPLD uses DAG-PB
    • Beyond File Data:
      • IPLD Datamodel, basically JSON with bytes and link
      • DAG-JSON
        • Basically what I did for Holium
      • DAG-CBOR
      • Filecoin uses DAG-CBOR

2023-12-29T15:59:56-05:00

Tweets