amphi-ai / amphi-etl

Low-code ETL for structured and unstructured data. Generates Python code you can deploy anywhere.
https://docs.amphi.ai
Other
552 stars 12 forks source link

Export workflow as SVG for documentation #26

Open simonaubertbd opened 1 week ago

simonaubertbd commented 1 week ago

What's your use case? I would like to export the workfow as a SVG file for documentation. Screenshots are too often bad quality and not resizeable. (this is common feature on etl/dataprep software)

What's your proposed solution? A button/entry menu to export all the workflow in SVG.

Are there any alternative solutions? Screenshot and then inkscape but that's ugly.

Best regards,

Simon

tgourdel commented 1 week ago

Thanks Simon, this looks possible with the diagram library I use. Reference here: https://github.com/xyflow/xyflow/discussions/1139