RDF visualisation tool running in browser, expandable with plugins. You can try RDF Viewer here. Our plugins are available here.
You will need git, npm and make.
Clone the repository:
git clone git@github.com:adamrer/rdf-viewer.git
cd rdf-viewerBuild the application:
make buildBuild of the application will be in the /dist folder.
Clone the repository:
git clone git@github.com:adamrer/rdf-viewer.git
cd rdf-viewerCreate the Docker image:
make dockerRun the Docker container:
docker run -d -p [PORT]:80 rdf-viewerwhere [PORT] is the port number on which the application will be available.
For example for a port 8080 it is going to be:
docker run -d -p 8080:80 rdf-viewer