1. 13 Sep, 2024 13 commits
  2. 09 Sep, 2024 6 commits
  3. 07 Sep, 2024 5 commits
    • Waleed Akbar's avatar
      This Commit is for Error Correction · 54e0014b
      Waleed Akbar authored
      - Reverted an unintentional change made in the `tfs.sh` file.
      54e0014b
    • Waleed Akbar's avatar
      Changes in Analytics Backend · d6dc91c2
      Waleed Akbar authored
      - Updated the position of the `stop_event` parameter.
      - Added confirmation for pySpark checkpoint deletion.
      - Added a PySpark termination script to handle the `StopCollector` event.
      d6dc91c2
    • Waleed Akbar's avatar
      Changes in Telemetry Service · 9e226625
      Waleed Akbar authored
      **Frontend:**
      - Deleted irrelevant lines.
      
      **Backend:**
      - Added `delete_db_row_by_id` in the Stop Collector method.
      9e226625
    • Waleed Akbar's avatar
      Changes in Analytics · 88caa1cf
      Waleed Akbar authored
      **Backend:**
      - Added a dictionary to manage running analyzers.
      - Implemented logic to manage running analyzers.
      - Added the `TerminateAnalyzerBackend` method to handle analyzer termination.
      
      **Frontend:**
      - Modified and invoked the `PublishStopRequestOnKafka` method.
      88caa1cf
    • Waleed Akbar's avatar
      Changes in Analytics Service. · 88d7a200
      Waleed Akbar authored
      - Thresholds, window_size, window_slider is added in Frontend and Backend.
      88d7a200
  4. 06 Sep, 2024 2 commits
    • Waleed Akbar's avatar
      Changes in Analytics. · 5eed4743
      Waleed Akbar authored
      - UNSPECIFIED option added in the "AnalyzerOperationMode" enum as a best practice.
      - In SparkStreamer, changed the thresholds parameter from optional to compulsory.
      5eed4743
    • Waleed Akbar's avatar
      Changes in Analytics DB. · 990395f4
      Waleed Akbar authored
      - parameters col added in DB
      - parameters field added in Analytics.proto
      - AnalyzerModel class methods changes
      - changes in messages file
      990395f4
  5. 05 Sep, 2024 3 commits
  6. 03 Sep, 2024 4 commits
    • Waleed Akbar's avatar
      Changes in Analytics Backend · e7e36f7d
      Waleed Akbar authored
      - SparkStreamer write Stream to Kafka topic ANALYTICS_RESPONSE.
      e7e36f7d
    • 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
      **Changes in Frontend** · c8ad3a5c
      Waleed Akbar authored
      - Added the missing `map<string, string>` in the `analytics_frontend.proto` file.
      - Removed `pyspark` and `java` from the `requirements.in` file, as they are not required for the Frontend.
      c8ad3a5c
    • 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
  7. 28 Aug, 2024 2 commits
    • Waleed Akbar's avatar
      Changes in Analytic DB and Frontend · 28bf80d3
      Waleed Akbar authored
      - Created the Analytic Engine, Model, and DB files.
      - Added the DB connection.
      - Added `add_row_to_db` in `StartCollector`.
      - Added `delete_db_row_by_id` in `StopCollector`.
      - Improved message formatting.
      - Added a DB test file.
      28bf80d3
    • Waleed Akbar's avatar
      Changes in Analytics Frontend. · e0a77d5f
      Waleed Akbar authored
      - Actul logic is added in StartAnalyzer method.
      - Actual logic is added in StopAnalyzer method.
      - Improvements in message formats.
      e0a77d5f
  8. 27 Aug, 2024 5 commits
    • Waleed Akbar's avatar
      changes in Analyzer proto file. · 8e9f2eaf
      Waleed Akbar authored
      - Assignement number was incorrect, 5 was assigned twice.
      8e9f2eaf
    • Waleed Akbar's avatar
      change in Analytics proto file. · 93fe4ea7
      Waleed Akbar authored
      - AnalyzerId is added in "Analyzer" message type.
      93fe4ea7
    • Waleed Akbar's avatar
      Minor chanages in Telemetry. · 7e8ae67a
      Waleed Akbar authored
      - Unnecessary echo statements are removed from .gitlab-ci.yml file.
      - "-e ALLOW_ANONYMOUS_LOGIN=yes" flag is added to allow unauthorized connection with the zookeeper.
      7e8ae67a
    • Waleed Akbar's avatar
      Changes in Telemetry · bcc8c490
      Waleed Akbar authored
      - Created the CRDB secret (`crdb-telemetry`).
      - Updated the IF conditions in the `$COMPONENT` deployment loop within the `tfs.sh` file according to telemetry service requirements.
      - Added the `Telemetryservice.yaml` file to the manifest folder.
      - Updated the CRDB URL in `TelemetryEngine.py`.
      - Made a minor formatting change in `TelemetryModel.py`.
      bcc8c490
    • Waleed Akbar's avatar
      Minor Changes in Telemetry test file. · 162e29e1
      Waleed Akbar authored
      - src folder refernce is removed from header
      162e29e1