Skip to content

Alfalfa Software Architecture

Tobias Shapinsky edited this page Apr 26, 2024 · 2 revisions
flowchart LR
    A[API Client] <--> B[Web Frontend]
    subgraph cloud [Cloud Deployment]
            B <--> C[(Datastore)]
            C <--> D[Worker 1]
            C <--> E[Worker 2]
            C <--> F[Worker N]
        subgraph workers [Worker Pool]
            D
            E
            F
        end
    end
    G[Alfalfa BACnet Bridge] <--> B
    H[Third Party API Compatible Tool] <--> B
    I[Alfalfa Bridge to Distribution Grid Model] <--> B
Loading

Model Configuration

Openstudio

Tutorials

Guides

Reference

Modelica

Guides

Alfalfa Interaction

Tutorials

Guides

Reference

Explanation

Alfalfa Development

Guides

General

Reference

Explanation

Clone this wiki locally