This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feat: import/export a DAG from/to a CAR file #2745
Closed
Description
Across IPLD and Filecoin we’re starting to really zero in on CAR files being the preferred import/export format for DAGs.
It would be great if IPFS had an easy way to export the full graph for any CID to a CAR file and to load a CAR file’s blocks into its local blockstore.
It’s not very hard. I was able to write a proof of concept in less than an hour for the exporter https://github.com/mikeal/export-ipld-graph