Usage
After the containers are up, the following services will be available:
GIT File Browser http://localhost:3002/file
SPARQL endpoint http://localhost:3002/sparql
GSTORE http://localhost:3002/ with swagger documentation
GET /graph/read
DELETE /graph/delete
POST /graph/save
POST /dataid/tractate
POST /shacl/validate
Example: Saving a file
Example: Query over saved file
Backup
To do a backup just run backup script in the container
<username> is the name of the user who will publish generated jsonld file
running the
backup.sh
file will generatebckp_${VERSION}.tar.gz
file andbackup.jsonld
metainformation file about the backup to publish in databus in the$GIT_ROOT
directory
External virtuoso and gitlab
go to the directory of the project
set the right configuration parameters in
src/main/webapp/WEB-INF/web.xml
run
docker build -t g-store-<version> .
run
docker run -p <out_port>:8080 [-d] g-store-<version>
Last updated