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
Make sure the URLs are resolvable through Fly (probably pointing to GitHub raw links)
Add the files as examples in the file types models and expose them for validation
Validate entries in the data folder and make sure they correspond to registered file types
This would mean that a CI in the yard repo would use the beam package to check whether the files in the marda_registry/data/lfs folder can be matched to FileTypes and processed using any matching Extractors in the yard.
The obvious issue right now is how to deal with GitHub's LFS restrictions.
The obvious issue down the road is how to deal with the server load.
The text was updated successfully, but these errors were encountered:
Committing an example file for everything under the sun into this repo directly is probably not the best way forward. We should have a mechanism for providing persistent links to example files (e.g., archived files with DOIs) that the registry can download and use as test data. Probably this ends up being a registry of example files too, in that case...
Originally in marda-alliance/metadata_extractors_registry#34:
data
folder and make sure they correspond to registered file typesThis would mean that a CI in the
yard
repo would use thebeam
package to check whether the files in themarda_registry/data/lfs
folder can be matched toFileTypes
and processed using any matchingExtractors
in theyard
.The text was updated successfully, but these errors were encountered: