easydata icon indicating copy to clipboard operation
easydata copied to clipboard

Dataset caching broken

Open hackalog opened this issue 5 years ago • 1 comments

Dataset needs a notion of a hash. This should be the hash of its metadata dict. (the metadata dict contains the hashes of data, target, and eventually, extra).

as is, caching doesn't actually work, so it can be removed

hackalog avatar Sep 04 '20 02:09 hackalog

In conjunction with #42, we should introduce a blob store at the cache_path. Then whenever we have a hash (e.g. the data, target, or extra file hash), we could look for it in the cache dir.

hackalog avatar Nov 10 '20 00:11 hackalog