Page MenuHomeDevCentral

Install a SPARQL end point to run queries against arbitrary RDF files
Closed, ResolvedPublic

Event Timeline

Deployment

Apache Fuseki has been chosen.

Run on Dwellers, with ports prefix 41xxx.

Container launcher

run-fuseki
#!/bin/sh
INSTANCE=fuseki

docker run -dt --name $INSTANCE -p 41080:3030 -v /data/fuseki:/fuseki stain/jena-fuseki /jena-fuseki/fuseki-server --update

Timeline

As it's one of these huge RAM consumer (800 Mb), plan is to run it as long as we play with SPARQL, then throw it.