Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.96 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.96 KB

Semantic Hub

The Semantic Hub is a logical and architectural component of Tractus-X. The source code under this folder contains reference implementations of the SLDT Semantic Hub

Precondition

Build fuseki docker image by following the below steps :

  • Download jena-fuseki-docker-4.7.0.zip
  • Unzip the jena-fuseki-docker-4.7.0.zip.
  • Build the docker image by running the command - docker build --build-arg JENA_VERSION=4.7.0 -t jena-fuseki-docker:4.7.0 .

This docker image jena-fuseki-docker:4.7.0 will be used in the Helm deployment and test - values.yaml (graphdb.image).

Build Packages

Run mvn install to run unit tests, build and install the package.

Run Package Locally

To check whether the build was successful, you can start the resulting JAR file from the build process by running java -jar target/semantic-hub-backend-{current-version}.jar.

Build Docker

Run docker build -t semantic-hub .

Install Instructions

For detailed instructions please refer to our INSTALL.md