UNIXFs
UnixFS is a data format used by the InterPlanetary File System (IPFS) to represent files and directories within its content-addressable Merkle DAG. It provides Unix-like semantics inside a distributed, immutable storage system; UnixFS defines how file contents and directory listings are encoded into DAG nodes so that files can be chunked, cached, and retrieved efficiently.
Structurally, a UnixFS object is stored inside a DAG node (typically a Dag-PB node) and contains a
UnixFS is designed to be extensible and efficient for large datasets. It supports streaming and random access