Skip to content

sehansi-9/RTI-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

451 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

Languages

  • Python 60.2%
  • TypeScript 34.7%
  • Go 4.6%
  • Dockerfile 0.2%
  • CSS 0.1%
  • JavaScript 0.1%
  • Other 0.1%