Simple REST Microservice for rendering Graphviz graphs from DOT files
7.3K
Based on Alpine Linux 3.4, Python 3 and the hug framework. Exposes a simple REST API for generating Graphviz visualizations from DOT files.
docker run -d -p 8000:8000 --name graphviz sseemayer/graphviz
From the command line:
$ curl myhost.tld/viz.svg -F dot=@/path/to/a/dotfile.dot
In a web page:
<img src="myhost.tld/viz.svg?dot=urlencoded-dot-data">
<img src="myhost.tld/viz.png?dot=urlencoded-dot-data">
Graphviz is under the Eclipse Public License v1.0
This docker image is released under the MIT license. See LICENSE for details.
Content type
Image
Digest
Size
45.5 MB
Last updated
almost 10 years ago
docker pull sseemayer/graphviz