Skip to content

Releases: EECSB/GraphDBViewer

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 10:29

Full Changelog: https://github.com/EECSB/GraphDBViewer/commits/v1.1.0

Docker image

This version as a container — the backend edition, which adds a proxy for databases a
browser cannot reach (an endpoint with no CORS headers, plain http on an https page, Bolt,
or a host only the server can route to):

docker run --rm -p 8080:8080 eecsb/graphdbviewer-server:1.1.0

Then open http://localhost:8080. Published to Docker Hub from this same tag.

The zip attached to this release needs none of that: unpack it onto any static host and
open it. Everything runs in the browser, and the toggle for the server route hides itself
when there is no host answering behind it.