Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 841 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 841 Bytes

container-apache-jena-fuseki

Building

You'll need to supply your own copy of apache-jena-fuseki-3.14.0.tar.gz and covid19_knowledge_graph.ttl as they were to big to include in this repo, plus they really shouldn't be in an SCM anyway.

After you have those two dependencies here.

docker build --rm --tag apache-jena-fuseki .

For now given the current state of upstream dependencies used to create covid19_knowledge_graph.ttl I'm just dumping it in the container. I'll be removing it from the container after I build the pipeline to generate it.

Running (locally)

docker run --user "31002:31002" --cap-drop=all --rm  -it -p 8182:8182 apache-jena-fuseki