Add InfluxDB support for SIMAP telemetry data storage and callbacks
- Added influxdb3-python dependency to requirements - Implemented InfluxDB configuration in Config.py - Integrated InfluxDB client in app.py and registered telemetry callbacks - Created TelemetryCallbacks for writing telemetry data to InfluxDB - Developed SimapInfluxDBClient for managing InfluxDB interactions - Added SimapMetricsGenerator for generating realistic telemetry metrics - Updated deploy.sh to configure InfluxDB environment variables - Refactored simap_client main logic to utilize new metrics generator
Loading
Please sign in to comment