Skip to content

Instantly share code, notes, and snippets.

@folkengine
Last active July 28, 2016 13:50
Show Gist options
  • Save folkengine/c481f7c5a067cb3e141b to your computer and use it in GitHub Desktop.
Save folkengine/c481f7c5a067cb3e141b to your computer and use it in GitHub Desktop.
Clojure and Virtuoso Notes

Virtuoso Docker

Virtuoso Clojure JDBC example

docker run --name my-virtuoso \
  -p 8890:8890 -p 1111:1111 \
  -e DBA_PASSWORD=myDbaPassword \
  -e SPARQL_UPDATE=true \
  -e DEFAULT_GRAPH=http://localhost:8890/DAV \
  -v /my/path/to/the/virtuoso/db:/var/lib/virtuoso/db \
  -d tenforce/virtuoso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment