Skip to content

Contianer build of Apache Jena Fuseki for use in our AWS deployment.

Notifications You must be signed in to change notification settings

nasa-jpl-cord-19/container-apache-jena-fuseki

Repository files navigation

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

About

Contianer build of Apache Jena Fuseki for use in our AWS deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published