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

Make ProcessQueue S3-aware #133

Open
jtniehof opened this issue Nov 20, 2023 · 0 comments
Open

Make ProcessQueue S3-aware #133

jtniehof opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or feature request

Comments

@jtniehof
Copy link
Member

Because ProcessQueue knows the input and output filenames, and builds the command line, it should be able to retrieve the inputs for the processing code and put the

Relation to an issue

#131 and #132, although there are no dependencies.

Proposed enhancement

dbprocessing could be updated to be aware of S3-style URIs as valid file paths. ProcessQueue could then pull all needed input files from S3, place them in a mounted filesystem space, call the code with the mounted filesystem paths instead of S3, and then retrieve the created file and put it in S3.

Handling of the error directory would be potentially interesting.

Closure condition

Closed when can use S3 URIs as file paths without the code being S3-aware. This will need to be unit tested, which is again potentially interesting.

This may break into multiple subissues.

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

No branches or pull requests

1 participant