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

SICTIAM/hub-graph-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published