Skip to content
Snippets Groups Projects
  1. Sep 05, 2024
    • Waleed Akbar's avatar
      Changes in Analytics Backend. · 21832189
      Waleed Akbar authored
      - In the BackendService.py:
           + Updated SparkStreamer call with new parameters.
      - In SparkStreaming.py:
         + Added 'GetAggregerations' and 'ApplyThresholds' methods
         + Added 'window_size', 'win_slide_duration', 'time_stamp_col' and 'thresholds' parameters.
      - Added new messages.
      - Updated the 'RunSparkStreamer' call wth new parameters.
      21832189
  2. Sep 03, 2024
    • Waleed Akbar's avatar
      Changes in Telemetry · 067ace16
      Waleed Akbar authored
      - Added Kafka Request Listener to listen for requests from the Analytics Frontend.
      - Updated `SparkStreamer.py` to consume and process streams from VALUE topics, and further filter rows based on KPIs in the `input_kpis` list.
      - Updated the frontend TOPIC from `VALUE` to `ANALYTICS_REQUEST`.
      - Updated messages to keep the KPI UUID consistent with the one generated by the Telemetry Backend service.
      067ace16
    • Waleed Akbar's avatar
      Analytics Backend Initial Version · 0c5d2856
      Waleed Akbar authored
      - Added CRDB secret.
      - Added test script.
      - Added `main` and `__init__.py` files.
      - Added Backend Service file.
      - Added Spark Streamer file (successfully consuming streams from Kafka Topics).
      - Added Tests folder and files.
      - Added requirements file.
      - Added ANALYTICS Kafka topics in `common.tools.kafka.variables` file.
      0c5d2856
  3. Aug 27, 2024
    • Waleed Akbar's avatar
      Minor Changes in Telemetry test file. · 162e29e1
      Waleed Akbar authored
      - src folder refernce is removed from header
      162e29e1
    • Waleed Akbar's avatar
      Changes in Telemetry. · 622fe067
      Waleed Akbar authored
      - tests file name is corrected.
      - Telmetry frontend and backend requriements.in is updated
      622fe067
    • Waleed Akbar's avatar
      Changes to telemetry service · dbb3690f
      Waleed Akbar authored
      - TelemetryBackendService name and port is added in constants
      - get_kafka_address() call added in TelemetryBackendService
      - kafk topics test added in telemetrybackend test file
      - get_kafka_address() call added in TelemetryBackendServiceImpl
      - kafk topics test added in telemetryfrontend test file
      - improvements in Telemetry gitlab-ci file
         + unit_test for telemetry backend and frontend added.
         + many other small changes
      dbb3690f
    • Waleed Akbar's avatar
      Telemetry Backend Re-structuring · ce7fbb40
      Waleed Akbar authored
      - BackendService is restructured according to the design in report.
      - ResponseListener is added in Frontend
      - Improvements in test and messages files
      ce7fbb40
  4. Jul 24, 2024
  5. Jul 09, 2024
  6. Jun 10, 2024
  7. Jun 05, 2024
  8. Jun 03, 2024
  9. May 30, 2024
  10. May 24, 2024
  11. May 10, 2024
  12. May 09, 2024
  13. May 08, 2024
  14. May 07, 2024
Loading