mr4002 / PlantOML

Apache License 2.0
0 stars 1 forks source link

Migrate Graphing from Python to Java #32

Open Emmettlsc opened 9 months ago

Emmettlsc commented 9 months ago

User Story

As a developer, I would like the images to be rendered using subprocesses in java rather than python so that we can eliminate our flask server.

Detailed Description

Remove the flask server which is currently running the graphviz binary on recieved dot and instead generate dot using the graphviz binary in java.

Acceptance Criteria