Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imgabreuw/vehicle-tracking-system

Sistema de rastreamento veicular composto por microsserviços desenvolvidos em Go, Nest.js, Next.js e React.js.
https://github.com/imgabreuw/vehicle-tracking-system

docker go grafana kafka nes nextjs prometheus vehicle-tracking

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Vehicle Tracking System

## Dinâmica do sistema

```mermaid
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
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
```

## Backend

![](./slides.png)