Skip to content
Snippets Groups Projects
  1. Nov 04, 2024
  2. Sep 20, 2024
  3. Sep 19, 2024
    • Waleed Akbar's avatar
      Changes to Analytics Frontend for Managing Stream Response: · c0059504
      Waleed Akbar authored
      - Added `KpiValue` message type in `AnalyticsFrontend.proto`.
      - Changed `StartAnalyzer` response type from message to stream.
      - Added `StartResponseListener()` call and response handler in the `StartAnalyzer` method.
      - Implemented `ConvertValueToKpiValueType` to handle `OneOf` type conversion.
      - Added tests to handle stream responses.
      c0059504
  4. Sep 09, 2024
    • Waleed Akbar's avatar
      Changes in Analytics · 8ac130c1
      Waleed Akbar authored
      Proto:
      - Added `Duration_s` field to the proto file.
      
      Frontend:
      - Added `SelectAnalyzer` logic.
      - Improved message formatting in the `create_analyzer_filter()` function.
      - Added a test case: `test_SelectAnalytics`.
      
      Backend:
      - Renamed the `RunSparkStreamer` method to `StartSparkStreamer`.
      - Updated the `StartRequestListener` method to return `(thread, stop_event)`.
      - Added a `StopRequestListener` method to stop the listener.
      
      Database:
      - Added the `select_with_filter` method with actual logic implementation.
      - Updated the `ConvertRowToAnalyzer` method to correctly read the `operation_mode` ENUM value.
      8ac130c1
  5. Sep 06, 2024
    • 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
  6. Sep 03, 2024
    • 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
  7. Aug 27, 2024
  8. Jul 24, 2024
  9. Jul 11, 2024
  10. Jul 09, 2024
  11. Jun 11, 2024
Loading