Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.33 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.33 KB

Architecture Details

Components

Run setup.sh to initialize all the environments of the components

Dispatcher

This component takes as input requests and dispatches them to devices.

More

Containers Manager

This component manages containers and models and all their relative information.

More

Requests Store

This component takes care of requests. It is responsible for storing the information about the requests.

More

Controller

(not implemented yet)

This component interacts with the actuator to control nodes.

More

Actuator

This component is used to control the resources of nodes.

More

Dashboard

This component is used to show a dashboard where information about the system can be retrieved.

More

Benchmark

This component is used to benchmark the system and to profile models.

More

Deployments

K8s files to deploy the system.

More

Models

The models served by the system.

More

Testing

Test the system

More

Simulations

Simulate the system with different queue policies

More