Skip to content

LDFLK/RTI-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RTI Tracker

flowchart LR
    %% Left pipeline
    Sheet -->|convert_to| CSV
    CSV -->|raw data| RTICLI("RTI CLI")

    %% OpenGIN stacked vertically
    subgraph OpenGIN
        style OpenGIN stroke-dasharray: 5 5
        IngestionAPI("Ingestion API")
        ReadAPI("Read API")
    end

    %% RTI App stacked vertically
    subgraph RTIApp
        style RTIApp stroke-dasharray: 5 5
        RTICLI
        ReactApp("React APP")
    end

    %% Flows with slight offset to avoid crossing
    RTICLI -->|data| IngestionAPI
    ReadAPI -->|data| ReactApp
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors