Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 804 Bytes

Graph Controller for HDD project (SICTIAM)

###Build the source code

sbt clean reload update compile 

###Package the fat JAR required by sbt-docker plugin

sbt assembly 

###Build the docker image

sbt docker 

###Run image

export RABBITMQ_USER="admin"
export RABBITMQ_PWD="Pa55w0rd"
export RABBITMQ_HOST="localhost"
export RABBITMQ_PORT=5672
export RABBITMQ_DURABLE_MESSAGES=true
export RABBITMQ_TIMEOUT=10000
export RABBITMQ_EXCHANGE_NAME="hdd_exchange"

export RDFSTORE_USER="admin"
export RDFSTORE_PWD="Pa55w0rd"
export RDFSTORE_ROOT_URI="http://localhost:32768/repositories"
export RDFSTORE_REPOSITORY_NAME="hdd"
export RDFSTORE_READ_ENDPOINT=""
export RDFSTORE_WRITE_ENDPOINT="statements"

docker run sictiam/hub-graph-controller:0.1.1-SNAPSHOT