Skip to content

Demo: RDF/Blazegraph, SHACL validation, Solr indexing, MQTT messaging, GraphQL API

Notifications You must be signed in to change notification settings

vsimko/vcare-rdf-indexing-demo

Repository files navigation

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

About

Demo: RDF/Blazegraph, SHACL validation, Solr indexing, MQTT messaging, GraphQL API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published