-
Notifications
You must be signed in to change notification settings - Fork 7
Consider migration of some workflows to Apache Jena #42
Copy link
Copy link
Open
Labels
Description
Now that Apache Jena is installed in the ci-worker, it might be a good idea to try it out some of the workflows, in particular when packaging. The riot utility allows quick reading and writing of rdf formats, which I believe is one of the bottlenecks in the pipeline currently.
I don't think Jena supports multiple output types, so it would need to first gather all the files together, before converting between formats. This could cause it to be slower, but without implementing it it's hard to tell.
Riot documentation link: https://jena.apache.org/documentation/io/#command-line-tools
Reactions are currently unavailable