A CKAN log viewer for DC files.
pip install ckanext-dc_log_view
Add this extension to the plugins and defaul_views in ckan.ini:
ckan.plugins = [...] dc_log_view ckan.views.default_views = [...] dc_log_view
If CKAN/DCOR is installed and setup for testing, this extension can be tested with pytest:
pytest ckanext
Testing is implemented via GitHub Actions. You may also set up a local docker container with CKAN and MinIO. Take a look at the GitHub Actions workflow for more information.