Dataset module #20
Labels
No labels
area/api
area/codec
area/framework
area/integrity
area/performance
area/store
area/tools
p
critical
p
high
p
low
p
normal
t
bug
t
documentation
t
enhancement
t
feature
t
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ktx/volksdata#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce a new dataset module, consisting of a
VOLK_Datasetdata type and related methods to manipulate it.The dataset structure should essentially be a hashmap of named graphs backed by a context-aware store (which can have multiple, overlapping datasets).
This will help separating the concepts of multiple graphs and store. Functions like
VOLK_graph_listand the TriG codec should have a clearer scope.