iterative / ldb

Apache License 2.0
3 stars 0 forks source link

db abstraction for dataset management #516

Closed jonburdo closed 2 years ago

jonburdo commented 2 years ago

In https://github.com/iterative/ldb/pull/513 read/write db functions were added for indexing operations and operations on the root dataset. We need to add functions for datasets, dataset versions, collections (member sets), transforms, and transform mappings. These means adding read/write functions for each of these to FileDB and AbstractDB.