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

Investigate storage backend with CloudFlare's R2 #143

Open
brainstorm opened this issue Jan 18, 2023 · 0 comments
Open

Investigate storage backend with CloudFlare's R2 #143

brainstorm opened this issue Jan 18, 2023 · 0 comments
Assignees

Comments

@brainstorm
Copy link
Member

brainstorm commented Jan 18, 2023

Summary of the investigation(s): https://twitter.com/braincode/status/1616272750792048647

Conclusions:

Option 1: If we don't mind having AWS+R2 setup, this could work since R2 supports S3 API fairly well, avoiding the need to write a R2-specific htsget storage backend.

Option 2: If we want a R2-Workers combo (S3 + lambda equivalent), we'd need to write a htsget-cloudflare crate and make sure we don't activate tokio functionality in any of the dependencies (i.e noodles).

Option 1 is shippable fast, Option 2 is more maintainable.

@brainstorm brainstorm self-assigned this Jan 18, 2023
@brainstorm brainstorm added this to To do in 1.0.0 Jan 18, 2023
@brainstorm brainstorm removed this from To do in 1.0.0 May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant