lotus/markets
Peter Rabbitson 0444435589 Expose basic text-based datamodel selector on retrieval
Syntaxt of selection is located at
https://pkg.go.dev/github.com/ipld/go-ipld-selector-text-lite#SelectorSpecFromPath

Example use, assuming that:
  - The root of the deal is a plain dag-pb unixfs directory
  - The directory is not sharded
  - The user wants to retrieve the first entry in that directory

  lotus client retrieve --miner f0XXXXX --datamodel-path-selector 'Links/0/Hash' bafyROOTCID ~/output

For a much more elaborate example see the top of ./itests/deals_partial_retrieval_test.go
2021-09-10 09:44:11 +02:00
..
dagstore integrate DAG store and CARv2 in deal-making (#6671) 2021-08-16 23:34:32 +01:00
dealfilter Rebasing 2020-10-15 09:33:01 -07:00
loggers fix(marketevents): use ReceivedCidsLen 2021-07-29 01:12:13 -04:00
pricing dpr changes and test based on new unsealing PR 2021-05-22 22:40:21 +05:30
retrievaladapter integrate DAG store and CARv2 in deal-making (#6671) 2021-08-16 23:34:32 +01:00
sectoraccessor integrate DAG store and CARv2 in deal-making (#6671) 2021-08-16 23:34:32 +01:00
storageadapter dealpublisher: Test deal verification 2021-09-03 19:40:02 +02:00
utils Expose basic text-based datamodel selector on retrieval 2021-09-10 09:44:11 +02:00
journal.go unshare the journal 2020-10-09 13:23:07 -07:00