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

Component: S3 client #33

Open
uniqueg opened this issue Jul 11, 2022 · 0 comments
Open

Component: S3 client #33

uniqueg opened this issue Jul 11, 2022 · 0 comments
Labels
meta Meta issue spawning other issues

Comments

@uniqueg
Copy link
Member

uniqueg commented Jul 11, 2022

Is your feature request related to a problem? Please describe.

One problem with cloud-based analysis in the life sciences is that most data is not yet available in cloud-compatible storage solutions, and data being generated is still largely managed on legacy compute centers or invidiual researcher's laptops. Therefore, web portals that try to operationalize GA4GH Cloud-based analytics, such as Krini will need the ability to upload or import data into a storage backend that the web portal can interact with. This will require a client that directly interacts with such a storage backend.

Describe the solution you'd like

Implement a Web Component for the S3-based object store MinIO. The client should support basic operations on data (put/sync, delete, manage permissions) to address the use cases mentioned above. Note that this may require the use/packaging of multiple reusable child components or the reuse of already exisiting ones. Before starting the implementation, please draft a brief design proposal. Include how you imagine the compoment to interact with components #32 and #34.

@uniqueg uniqueg added the meta Meta issue spawning other issues label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Meta issue spawning other issues
Projects
None yet
Development

No branches or pull requests

1 participant