The opaque nodes in the above flowchart indicate a future component.
Component | Description |
---|---|
runner | The entry point, responsible for starting apps from components that export axum routers. |
api | The REST API, used by the Service to manage the Mist instance. |
authn | The authentication service, responsible for user authentication. |
jobs | Handles the execution of background jobs. |
db | The data layer, used by all components to store data. |