Run using convenience script - MaastrichtU-IDS/data2services-pipeline GitHub Wiki
Run using convenience script
Might break unexpectedly.
# XML using xml2rdf.
./run.sh --working-path /data/data2services/my_file.xml --graph http://data2services/graph/xml2rdf
# Support GZ compressed file.
./run.sh --working-path /data/data2services/my_file.xml.gz --graph http://data2services/graph/xml2rdf
# Generate generic RDF from TSV, CSV, PSV files using Apache Drill
./run.sh --working-path /data/data2services --jdbc-url "jdbc:drill:drillbit=drill:31010" --jdbc-container drill --graph http://data2services/graph/autor2rml
# Generate generic RDF from Postgres
./run.sh --working-path /data/data2services --jdbc-url "jdbc:postgresql://postgres:5432/$MY_DATABASE" --jdbc-container postgres --jdbc-username postgres --jdbc-password pwd --graph http://data2services/graph/autor2rml
# With all parameters (if different GraphDB params)
./run.sh --working-path /data/data2services \
--jdbc-url jdbc:drill:drillbit=drill:31010 \
--jdbc-container drill \
--jdbc-username postgres --jdbc-password pwd \
--graphdb-url http://graphdb:7200/ \
--graphdb-repository test \
--graphdb-username import_user --graphdb-password test \
--base-uri http://data2services/ --graph http://data2services/graph/generic