Skip to content

Sistema de rastreamento veicular composto por microsserviços desenvolvidos em Go, Nest.js, Next.js e React.js.

Notifications You must be signed in to change notification settings

ImGabreuw/vehicle-tracking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Tracking System

Dinâmica do sistema

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
Loading

Backend

About

Sistema de rastreamento veicular composto por microsserviços desenvolvidos em Go, Nest.js, Next.js e React.js.

Topics

Resources

Stars

Watchers

Forks