Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Latest commit

 

History

History

README.md

BringAuto Fleet Entities and logic

Fleet is divided into two main parts

  • Frontend (FE)
  • Backend (BE)

Frontend is standard user interface written in vue.js (Vue 2).

Backend stores and process data from an autonomous platform and serves these data to FE in simple form (GraphQL API)

Main entities served by BE to FE:

Entities can be accessed by GraphQL API.

Entities Relations

entity relation

Data Sources

Platform data are streamed to the BE and served by GraphQL API to FE application.

Autonomous platform must comply with BringAuto Autonomy Host Protocol to connect to the Fleet.

For development purposes you can use BringAuto Etna to simulate real deployment of your platform or any part of Fleet (read data, react on events etc.) and test BringAuto Autonomy Host Protocol