Skip to content

Transformation of UnifiedViews pipelines to LinkedPipes ETL pipelines

License

Notifications You must be signed in to change notification settings

linkedpipes/uv2etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uv2etl

Transformation of UnifiedViews pipelines to LinkedPipes ETL pipelines.

Input is the ZIP file pipeline export from UnifiedViews, output is the JSON-LD file containing LP-ETL pipeline that can be uploaded.

The output file name is optional, if not specified, the input filename is used and the .jsonld extension is appended.

Usage: java -jar uv2etl.jar -i {UV_PIPELINE_ZIP} [-o {LP_PIPELINE_JSON}]

Note: The transformation needs to be implemented for each UV DPU separately. Right now, we have a majority of Core DPUs for RDF transformations done. If a DPU is present in the UV export for which the transformation is not implemented yet, it will be omitted in the LP-ETL pipeline. In that case, either raise a Transformation request issue, or even better, create a pull request for that DPU.

About

Transformation of UnifiedViews pipelines to LinkedPipes ETL pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages