Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove graphviz-rust dependency #1202

Open
milenkovicm opened this issue Mar 10, 2025 · 0 comments · May be fixed by #1203
Open

remove graphviz-rust dependency #1202

milenkovicm opened this issue Mar 10, 2025 · 0 comments · May be fixed by #1203
Labels
enhancement New feature or request

Comments

@milenkovicm
Copy link
Contributor

milenkovicm commented Mar 10, 2025

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

I suggest to make graphviz-rust dependency optiona, and move rendering of execution graphs from scheduler to a UI library. In order to use graphviz-rust a graphviz has to be installed on local server, we can eliminate this dependency.

UI can use libraries such as https://github.com/dagrejs/graphlib-dot and /api/job/:job_id/dot to render dot definitions as svg.

Describe the solution you'd like

  • Make graphviz-rust optional, disabled by default (/api/job/:job_id/dot_svg) .

Describe alternatives you've considered

Additional context

@milenkovicm milenkovicm added the enhancement New feature or request label Mar 10, 2025
@milenkovicm milenkovicm linked a pull request Mar 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant