Commit Graph

2 Commits

Author SHA1 Message Date
rafaeldpsilva
02a0d54e14 Add room and analytics services with CRUD API endpoints
- Implement RoomService for room management and metrics - Add
AnalyticsService for sensor data analytics and trends - Extend models
with Room, RoomCreate, RoomUpdate, RoomInfo - Add room CRUD endpoints to
FastAPI app - Add database connection logic for MongoDB and Redis -
Refactor sensor service logic into SensorService class
2025-09-22 15:13:14 +01:00
rafaeldpsilva
fa694443e7 Add sensor-service microservice with FastAPI, models, and WebSocket
manager
2025-09-10 14:43:41 +01:00