Commit Graph

5 Commits

Author SHA1 Message Date
rafaeldpsilva
b54999f7a7 Add rb option to deploy script and update sensors endpoint path 2025-10-08 14:05:16 +01:00
rafaeldpsilva
ba99b09e08 Remove comments and verbose logging from services 2025-09-23 15:05:59 +01:00
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
a703240b27 Add data ingestion service proxy routes and update configs
- Add proxy routes for data ingestion service in API gateway - Register
data-ingestion-service in SERVICES config - Update docker-compose to
include data-ingestion-service and sensor-service dependencies - Fix
import typo in sensor-service (contextual -> contextlib) - Update FTP
credentials and environment variables for data-ingestion-service
2025-09-11 11:47:22 +01:00
rafaeldpsilva
fa694443e7 Add sensor-service microservice with FastAPI, models, and WebSocket
manager
2025-09-10 14:43:41 +01:00