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

Pluggable backend storage #480

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Pluggable backend storage #480

merged 1 commit into from
Jun 19, 2024

Conversation

tomwhite
Copy link
Member

Fixes #322. This introduces a pluggable Zarr backend storage entrypoint (see 19b7dfe), which will make it easier to adopt Zarr V3 (#295). Also enables #187.

@tomwhite tomwhite added the bug Something isn't working label Jun 17, 2024
@tomwhite tomwhite mentioned this pull request Jun 17, 2024
@tomwhite
Copy link
Member Author

This is based on #479 and #441

@tomwhite tomwhite added zarr and removed bug Something isn't working labels Jun 17, 2024
@tomwhite
Copy link
Member Author

Rebased, and changed the configuration mechanism to be a top-level storage_name setting. We could add the ability to set the storage backend on a spec (so it can be changed for each computation) later if needed.

@tomwhite tomwhite merged commit a01a576 into main Jun 19, 2024
7 of 8 checks passed
@tomwhite tomwhite deleted the backend-storage branch June 19, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generalise storage layer
1 participant