Skip to content

feat: remove data nesting #155

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

Merged
merged 1 commit into from
Apr 18, 2025
Merged

feat: remove data nesting #155

merged 1 commit into from
Apr 18, 2025

Conversation

henryiii
Copy link
Member

@henryiii henryiii commented Apr 16, 2025

This is an alternative to (close #152). This reduces nesting. This also includes one followup, supporting a URI for each array, instead of requiring arrays to be stacked into N+1 dimensions.

This modifies the schema to keep the types more consistent. When implementing it, I have to have if statements around this portion; it would be simpler if every storage had the same structure.

Now they all are structured as storage/<fields>, instead of storage/data sometimes containing fields and sometimes not.

This is a change to the schema, so I'd like sign-offs from @HDembinski and @jpivarski.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@HDembinski
Copy link
Member

Looks good to me.

@henryiii henryiii merged commit 7aacc85 into main Apr 18, 2025
10 checks passed
@henryiii henryiii deleted the henryiii/feat/nodata branch April 18, 2025 14:46
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.

2 participants