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

draft blog post #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

draft blog post #21

wants to merge 3 commits into from

Conversation

Carreau
Copy link

@Carreau Carreau commented Oct 22, 2020

No description provided.

_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
intermediary groups.

- Zarr V3 has an explicit root, while v2 roots and groups could not be
distinguished. This mean that you can only open a zarr v3 at a specific
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was one of the first things that readers commented on to me. I wonder if the implementation details could discuss walking up the implicit hierarchy to detect the root a la git?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've clarified; having a single root is a spec difference, automatically finding the root is an implementation and user convenience. The core function can perfectly refuse to open a non-root, but the user exposed one can do all the magic they want.

In the same way that right now a store can be just a string that start with s3:// and will converted to an actual Store()

_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
_posts/2020-10-21-zarr-v3-first-draft.md Outdated Show resolved Hide resolved
Carreau and others added 2 commits October 26, 2020 14:25
Co-authored-by: Josh Moore <j.a.moore@dundee.ac.uk>
@joshmoore
Copy link
Member

@MSanKeys963 : thoughts on resurrecting this?

@MSanKeys963
Copy link
Member

@MSanKeys963 : thoughts on resurrecting this?

I can see using some parts of this draft for my next blog post on Zarr v3 spec.
A question: Would you like to see this integrated with my blog post or would you prefer a separate one?

@joshmoore
Copy link
Member

Whatever works best.

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

Successfully merging this pull request may close these issues.

None yet

3 participants