Architecture & Pipeline Diagrams ================================ Below are links to the system architecture and master branch workflow diagrams: - `System Architecture Diagram <../mmd/system_architecture_diagram.mmd>`_ - `Deployment Architecture Diagram <../mmd/system_architecture_deployment.mmd>`_ - `Master Branch Workflow Diagram <../mmd/pipeline.mmd>`_ To view these diagrams, use a Mermaid live editor or compatible tool. System Architecture ------------------- System Architecture Deployment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/system_architecture_deployment.png :alt: System Architecture Deployment :width: 100% :align: center System Architecture (Simple) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/system_architecture_simple.png :alt: System Architecture Simple :width: 100% :align: center System Architecture (Detailed) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/system_architecture_diagram.png :alt: System Architecture Detailed :width: 100% :align: center Component Interfaces Diagram ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/component_interfaces_diagram.png :alt: Component Interfaces Diagram :width: 100% :align: center Database Schema ~~~~~~~~~~~~~~~ .. image:: _static/images/carla_database_schema.png :alt: Database Schema :width: 100% :align: center Master Branch Workflow & Deployment ------------------ Master Branch Workflow (High Level) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/carla_ci_cd_workflow_high_level.png :alt: Master Branch Workflow High Level :width: 100% :align: center Master Branch Workflow (Detailed) ~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: _static/images/carla_ci_cd_workflow.png :alt: Master Branch Workflow Detailed :width: 100% :align: center Deployment Diagram ~~~~~~~~~~~~~~~~~~ .. image:: _static/images/carla_deployment.png :alt: Deployment Diagram :width: 100% :align: center Pipeline Diagram ~~~~~~~~~~~~~~~~ .. image:: _static/images/pipeline.png :alt: Pipeline Diagram :width: 100% :align: center CARLA Architecture ~~~~~~~~~~~~~~~~~~ .. image:: _static/images/carla_architecture.png :alt: CARLA Architecture :width: 100% :align: center .. note:: These diagrams are automatically generated from Mermaid source files in the `mmd/` directory. The source files can be viewed and edited using the `Mermaid Live Editor `_.