This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
IPLD Selector #12
Open
Description
It is ideal to have a path notation (for use in bitswap and other tools) that allows expressing ranges of objects and queries.
- Would be nice to use globbing
<path>/*/**
- Would be nice to use git revs
<path>~10
<path>~10:<path>~5
- Would be nice to use patterns
<path>/foo*/*bar*
- Would be crazy to use regex
<path>/[a-z]+
... - May we should just use XPath.
links: