Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive provisioning #560

Open
gbryant-arm opened this issue Nov 8, 2022 · 0 comments
Open

Archive provisioning #560

gbryant-arm opened this issue Nov 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gbryant-arm
Copy link
Contributor

gbryant-arm commented Nov 8, 2022

Requested feature
Being able to provision file archives instead of provisioning files one by one

Motivation
Currently files have to be provisioned one by one, which is not practical nor efficient when many files have to be transmitted.

Solutions
Archiving could be implemented as a pipelined Veracruz program (WASI or native), this program being the first one in the pipeline, before the unarchived data can be used for the actual computation.
Alternatively this could be implemented in the trusted runtime as a native module or new feature.
Since this seems to be a common use case for Veracruz, we should provide an example that implements data archiving/unarchiving.

@gbryant-arm gbryant-arm added the enhancement New feature or request label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant