Data formats

IPFS basic primitive is an opaque block of bytes identified by a CID. CID includes codec that informs IPFS System about data format: how to parse the block, and how to link from one block to another.

UnixFS
UnixFS is a Protocol Buffers-based format for describing files, directories, and symlinks as dag-pb and raw DAGs in IPFS.