sequenceDiagram
participant TI as Tracking Interface
participant B as Backend
participant AK as Apache Kafka
participant F as Freight Microservice
participant P as Prometheus
participant G as Grafana
TI->>B: REST
TI->>B: Websocket
Note over TI,B: Websocket is only to update <br> in realtime the vehicle position
B->>AK: Store data
TI->>AK: Store data
AK->>F: Process data
F->>P: Store metrics
P->>G: Create dashboards
-
Notifications
You must be signed in to change notification settings - Fork 2
ImGabreuw/vehicle-tracking-system
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Sistema de rastreamento veicular composto por microsserviços desenvolvidos em Go, Nest.js, Next.js e React.js.