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
sehansi-9/RTI-Tracker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Python 60.2%
- TypeScript 34.7%
- Go 4.6%
- Dockerfile 0.2%
- CSS 0.1%
- JavaScript 0.1%
- Other 0.1%