Use mermaid to draw the architecture of the system.

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;