SolidLabResearch / Challenges

24 stars 0 forks source link

Range support for HTTP range and the TB challenge #32

Open phochste opened 2 years ago

phochste commented 2 years ago

Pitch

Research groups would like to use Solid for research data repositories. The resources they make available for download can be binary or RDF data and have sizes in the ranges of 100 GB - TBs. It should be possible to download parts of data resources and download resources over slow networks. Currently:

Desired solution

Acceptance criteria

Pointers

https://solidproject.org/TR/protocol#http-server

Scenarios

RubenVerborgh commented 2 years ago

NSS implementation:

https://github.com/nodeSolidServer/node-solid-server/blob/1295a319b5dc6989e2219c82b14761c1ec33b766/lib/ldp.js#L488-L499

https://github.com/nodeSolidServer/node-solid-server/blob/1295a319b5dc6989e2219c82b14761c1ec33b766/lib/handlers/get.js#L109