Skip to content

Reduce website file count #2156

Description

What problem does your feature request solve?

Our webserver serves files from a shared lustre file system, which has restrictions on how many files we can store. Large CSET runs will hit quota limits if they include a lot of files.

Describe the solution you'd like

As part of the finalise webpage task tar up all of the plots and create an index json file recording their positions in the tarball. Use javascript to fetch the image directly out of the tarball using the range header.

We've done the same setup at NCI for obsmon and RES (internal link).

Describe alternatives you've considered

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions