Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 281 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 281 Bytes

sparqlmon

SPARQL endpoint monitoring microservice system.

Build and run

./build.sh
export SPARQLMON_PASSWORD=<set database password>
docker-compose up -d

Running tests

cd test
docker-compose up -d
cd ..
sbt test
cd test
docker-compose down --volume
cd ..