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
modify s-pipes-model.ttl file to generate model compatible with source code in progress listeners
currently it is not generated
there are many issues related mainly with cardinalities
it should be generated by s-pipes-model/pom.xml using mvn jopa:owl2java-transform
moreover the model should be hierarchical
after refactoring the correctness should be tested on the hands-on-tutorial
SUGGESTED STEPS TO DO IT:
generate and commit all files related to dataset-descriptor.ttl as they do not need to change
next steps:
A) modify s-pipes-model.ttl
B) in s-pipes-model run mvn jopa:owl2java-transform + mvn install
C) in s-pipes-core run mvn compile to find out issues
cleanup (i.e. remove or refactor) Dockerfile-s, docker-compose files that does not make sense in ROOT/s-pipes-debug ... maybe we could even move ROOT/Dockerfile-debug to ROOT/s-pipes-debug if Fix failing release build in jenkins #312 is resolved
Relevant pictures:
ModelExecution and PipelineExecution should extend Transformation:
they should be done using inheritence
the model should be generated from ontology
The text was updated successfully, but these errors were encountered:
Debug module was merged by #293.
Goal of this issue is to resolve remaining issues related to the merge:
mvn jopa:owl2java-transform
mvn jopa:owl2java-transform
+mvn install
mvn compile
to find out issuesRelevant pictures:

ModelExecution and PipelineExecution should extend Transformation:
The text was updated successfully, but these errors were encountered: