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

Avoid writing zarr chunks to temp files #14

Open
will-moore opened this issue Nov 17, 2023 · 0 comments
Open

Avoid writing zarr chunks to temp files #14

will-moore opened this issue Nov 17, 2023 · 0 comments

Comments

@will-moore
Copy link
Member

Currently we write zarr chunks to a local file and then serve that file:

with tempfile.TemporaryDirectory() as tmpdirname:

This is because I didn't know how to stream it directly in memory, with correct size header etc.
Would be nice to work out how to do that, since I would expect it to be faster and cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant