Skip to content

Commit

Permalink
Edit readme - a note about creating manifest.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeng committed Mar 12, 2021
1 parent 4890bcb commit 48d7a06
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ Splitting dataset:
--parent-path=/path/to/dataset \
/path/to/dataset
```
Notes: A manifest.csv will created to save the mapping with graph slice name and the payload cid. As following:
```sh
cat /path/to/car-dir/manifest.csv
playload_cid,filename
Qm...,graph-slice-name.car
```

Import car file to ipfs:
```
ipfs dag import /path/to/car/file
```sh
ipfs dag import /path/to/car-dir/car-file
```

## Contribute
Expand Down

0 comments on commit 48d7a06

Please sign in to comment.