mirror of
https://github.com/Quodatum/graphxq.git
synced 2025-01-18 15:48:53 +00:00
22 lines
367 B
Markdown
22 lines
367 B
Markdown
# graphxq
|
|
An interface to Graphviz for BaseX 9.5+
|
|
|
|
## Local Install
|
|
|
|
copy the contents of the `src` folder to your `webapp` folder
|
|
### Requires
|
|
|
|
1. Graphviz intallation with `dot` on the path
|
|
1. restxq default config with (static)
|
|
|
|
## Docker
|
|
```
|
|
docker build --tag=graphxq .
|
|
|
|
docker run -p 8999:8984 graphxq
|
|
```
|
|
## other
|
|
|
|
* includes dotML
|
|
* BaseX RestXQ interface
|