MaastrichtU-IDS / d2s-project-template

📋 Template to build CWL workflows to convert data to a RDF Knowledge Graph and deploy services.
https://d2s.semanticscience.org/
MIT License
5 stars 0 forks source link

Try GitHub Actions to run workflows #13

Closed vemonet closed 4 years ago

vemonet commented 4 years ago

GitHub Actions seems to be a good candidate to perform RML mapping:

Test Boutiques? https://boutiques.github.io/

vemonet commented 4 years ago

For RMLMapper use the Java jar directly or the docker image

docker run umids/rmlmapper:4.7.0 -m /mnt/datasets/' + dataset + '/mapping/' + mapping_filename + ' -o /mnt/workspace/import/' + output_filename
vemonet commented 4 years ago

Load drugcentral SQL database: https://help.github.com/en/actions/configuring-and-managing-workflows/creating-postgresql-service-containers

But lack of interesting data in the SQL db

vemonet commented 4 years ago

Find the workflows defined from RML and YARRRML here:

vemonet commented 4 years ago

Run CWL workflow with GitHub Actions: https://github.com/MaastrichtU-IDS/d2s-core/blob/master/.github/workflows/cwl-run-dqa.yml Here the DQA pipeline

vemonet commented 4 years ago

Next step: adding running services

vemonet commented 4 years ago

Convert Google docs to RDF using 2 YAML files and free computers