sib-swiss / sparql-examples-utils

A tool to maintain and test your SPARQL examples
Other
3 stars 4 forks source link

Enable using the mermaid visualization from client-side app #16

Open vemonet opened 1 month ago

vemonet commented 1 month ago

It would be nice to be able to get the mermaid diagram string for any SPARQL query from client-side apps (e.g the sparql-editor, or have a VSCode extension for that)

So that we can easily visualize any SPARQL query without the need to install java locally

I would see a few ways to solve this:

vemonet commented 1 month ago

After discussions it might be interesting to not go for mermaid, and look into a visualization system that would also allow to edit the nodes. Maybe look into gephi-lite/sigma.js