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

Object-storage support #331

Open
vinjana opened this issue Jan 16, 2019 · 0 comments
Open

Object-storage support #331

vinjana opened this issue Jan 16, 2019 · 0 comments
Projects
Milestone

Comments

@vinjana
Copy link
Contributor

vinjana commented Jan 16, 2019

Read input from S3 and write output to S3

Issues:

  • Roddy checks input files for existence, maybe in checkExecutibility() from workflows. Provide a way to transparently check input, no matter whether file or S3 object.
  • Three alternative access modes: (1) URI (file://..., s3://..., others are in principle possible like hdfs://...) and let the job handle it, (2) pre-download the object to a temporary local file before the actual jobs starts, (3) provide a stream to download the complete file (similar to decompression but not refering to file:// but s3://; decompression may additionally be necessary).
  • Automatically upload declared output files (those that are job-outputs) to bucket.

Related existing concepts:

  • File: May also be an S3 object under the hood (generalize to DataResource or so)
  • FileSystemAccessProvider: Could also be S3 (generalize to DataResourceAccessProvider or so)

TODO:

  • Collect more issues, like those above
  • Identify composition into minimally viable products (MVPs)
  • Create issues to create MVPs
@vinjana vinjana added this to Backlog in RoddyCore via automation Jan 16, 2019
@vinjana vinjana added this to the 4.0 milestone Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
RoddyCore
  
Backlog
Development

No branches or pull requests

1 participant