-
Notifications
You must be signed in to change notification settings - Fork 4
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
Readme and notebook on using Zarr on CESNET Swift #15
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
So I solved the problem with getting correct values for Swift URL and AUTH_KEY, and also the problem I add when using aa Dask Cluster (zarr-swift not installed on workers, classic). This is ready for a review. As this is just a first test (and not real performance test and all), review can just be some high level ideas or suggestions, or typos also! |
Something I did not dig into is the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
My suggestions below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding how to create S3 credentials at CESNET
Co-authored-by: Sebastian Luna-Valero <sebastian-luna-valero@users.noreply.github.com>
Co-authored-by: Sebastian Luna-Valero <sebastian-luna-valero@users.noreply.github.com>
Hi, I have a test pangeo config to run, but I need to make some part of data available only for a few user. Is it possible to create Zarr file on Cesnet's swift 'private' (the owner) 'group' (some of people who have access to pangeo-eosc platform) and 'public' internet open ? |
Co-authored-by: Sebastian Luna-Valero <sebastian-luna-valero@users.noreply.github.com>
@tinaok I think that you should open a new issue for this question (and I'm not sure if it can be easily answered). @sebastian-luna-valero I think I answered all your comments, and I've updated this notebook to take S3 writes into account. |
I'm gonna merge this, because it gives a first working base to use CESNET object storage. Feel free to open issues or PR to improve it! |
Work on #14 and discussion.
I added a Readme with all the necessary things to do to obtain authentication for Swift. But I could not go to the end as I'm currently experiencing errors (in discussion with @sebastian-luna-valero).
I also prepared a notebook for testing S3, Swift access and various libraries. In the end the notebook propose some rough performance tests on the object storage. I couldn't test all of it.