Generalize FlatReader
to multiple levels
#20
thorwhalen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See the FlatReader
KvReader
.The user probably expects that the flattening happens at all levels, though currently it only happens on two levels.
Need a general tool for flattening views.
What we're doing here is giving access to a nested/tree structure through a key-value
view where keys specify tree paths.
Should handle situations where number layers are not fixed in advanced, but determined by some rules executed dynamically.
Related
DirStore
andkv_walk
.See Permute levels of nested mappings for an example need.
Beta Was this translation helpful? Give feedback.
All reactions