ipfs-cluster/api
Hector Sanjuan 072f0bc722 Feat: support adding CAR files
This commit adds a new add option: "format".

This option specifies how IPFS Cluster is expected to build the DAG when
adding content. By default, it takes a "unixfs", which chunks and DAG-ifies as
it did before, resulting in a UnixFSv1 DAG.

Alternatively, it can be set to "car". In this case, Cluster will directly
read blocks from the CAR file and add them.

Adding CAR files or doing normal processing is independent from letting
cluster do sharding or not. If sharding is ever enabled, Cluster could
potentially shard a large CAR file among peers.

Currently, importing CAR files is limited to a single CAR file with a single
root (the one that is pinned). Future iterations may support multiple CARs
and/or multiple roots by transparently wrapping them.
2021-04-21 13:55:06 +02:00
..
ipfsproxy ipfsproxy: fix 'undefined cid' string appeareance in progress output 2021-01-13 16:32:08 +01:00
pb Remove unexistent linter directive 2021-01-13 20:59:16 +01:00
rest Feat: support adding CAR files 2021-04-21 13:55:06 +02:00
add_test.go Fix #481: Pin expiration 2019-11-05 10:40:48 +01:00
add.go Feat: support adding CAR files 2021-04-21 13:55:06 +02:00
types_test.go gofmt -s fixes 2020-04-14 23:44:18 +02:00
types.go Fixes #1319: Status wrongly shows pins as REMOTE 2021-03-24 00:47:15 +01:00
util.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00