SAP_DM_Deprecated_APIS/doc/architecture.mmd

20 lines
No EOL
602 B
Text

graph TD
subgraph Backend FastAPI
API[FastAPI Server<br/>fastAPI.py]
COMP[Endpoint Compare<br/>endpoint_compare.py]
end
subgraph Core Logic & Scraping
CRON((Scheduler / Cronjob))
SCRAPE[WhatsNew Fetcher<br/>fetchWhatsNew.py]
EDGE[Edge WebDriver<br/>msedgedriver.exe]
end
C[Client / Developer] -->|HTTP Requests| API
API --> COMP
CRON -->|Einmal im Monat| SCRAPE
SCRAPE -->|Automates| EDGE
EDGE -.->|Scrapes| SAP[Whats new for SAP Digital Manufacturing]
SCRAPE -.->|Speichert Daten für| COMP