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

Add AmazonS3 and Http storage backends #55

Open
zoj613 opened this issue Aug 24, 2024 · 0 comments · Fixed by #83
Open

Add AmazonS3 and Http storage backends #55

zoj613 opened this issue Aug 24, 2024 · 0 comments · Fixed by #83
Labels
enhancement New feature or request help wanted Extra attention is needed storage related to storage

Comments

@zoj613
Copy link
Owner

zoj613 commented Aug 24, 2024

We could add a storage backend for reading and writing from a Zarr hierarchy stored in an Amazon S3 bucket. This should be useful since a lot of public Zarr datasets are hosted on Amazon S3.

We could make use of https://github.com/andersfugmann/aws-s3 to implement this AmazonS3Store. It also supports Lwt for concurrent reads/writes.

For an http store, we could use https://github.com/mirage/ocaml-cohttp

@zoj613 zoj613 added enhancement New feature or request storage related to storage help wanted Extra attention is needed labels Aug 24, 2024
@zoj613 zoj613 changed the title Add an AmazonS3Store storage backend Add AmazonS3 and Http storage backends Aug 29, 2024
@zoj613 zoj613 linked a pull request Nov 19, 2024 that will close this issue
@zoj613 zoj613 reopened this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed storage related to storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant