Skip to main content

Introduction

The Control Hub Back is the central nervous system of the FirstBreath Platform. It manages all business logic, data persistence, and user authentication.

It acts as the bridge between the Vision System (which produces data) and the Frontend/Mobile Apps (which consume data).

Audience: Backend developers, DevOps.
Next: Installation Β· Stack

🎯 Responsibilities​

  1. API Gateway: Provides a secure REST API for managing users, stables, and cameras.
  2. Real-Time Hub: Broadcasts live alerts and camera status updates via Websockets.
  3. Data Persistence: securely stores historical data in MySQL.
  4. Integration: Receives telemetry from the Vision system via Redis Pub/Sub.

πŸ— High-Level Architecture​