isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

Investigate gzipmiddleware for download service #373

Closed dannymandel closed 1 month ago

dannymandel commented 2 months ago

We should investigate the https://fastapi.tiangolo.com/advanced/middleware/#gzipmiddleware for use in the download service. The files themselves are quite large and it would save a lot of download time since the jsonl files should compress nicely.