NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

update architecture diagram #326

Closed jeanetteclark closed 9 months ago

jeanetteclark commented 1 year ago

It would be nice to have a slightly more readable and editable architecture diagram, particularly as we start to think about how to implement horizontal scaling with data checks.

PlantUML within an .rst doc was suggested, this is what the new metacat diagrams are drawn in

mbjones commented 1 year ago

If you want to stick with Markdown, another option might be to use the new Mermaid support from GitHub. I tried it a few months ago and there were some rough edges, but seemed like it was close. Maybe worth another try.

A simple example:

graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
jeanetteclark commented 9 months ago

new diagrams are all in the docs