Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.07 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.07 KB

Demo Overview

TL;DR

$ git clone --depth 1 https://github.com/nmerkle/bilbao-demonstrator.git
$ cd bilbao-demonstrator
$ ./run-demo.sh

Cleanup

$ cd docker
$ docker-compose down

... after that, you can safely remove the whole bilbao-demonstrator.

Prerequisites

  • internet connection
  • docker v17.05
  • docker-compose v1.16
  • node v8.11.2
  • yarn (npm package installed globally using npm install -g yarn) v1.7
  • GNU bash v4.3
  • GNU make v4.1
  • pkill
  • curl v7.47
  • unzip v6.0
  • xdg-mime (for automated mime type)

Running docker containers only

$ cd docker
$ make start

Then you can check that all containers are running

$ make ps

Running SHACL validation demo only

$ cd shacl-validation
$ make clean prepare
$ make demo-valid
$ make demo-invalid

Importing data to Blazegraph

$ cd initial-vcare-rdf
$ ./blazegraph-import.sh path/to/file.ttl