You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation against data corruption (most effective if the original hash is available somewhere)
Determining if we need to re-download a cached file
Indexing for content-addressable storage such as IPFS
We could store it in the metadata store for now.
We might also eventually want to be saving the list of ingested files in the database (e.g. to enable appending; #37). Storing the hash along with the file would be a good practice here.
Just noting how easy it is to hash all downloads.
In our current copy function
pangeo-forge-recipes/pangeo_forge_recipes/storage.py
Lines 35 to 43 in f64a654
we could easily insert this
I have confirmed that a hash built this way matches the
md5
command line results.The text was updated successfully, but these errors were encountered: