- Jan 23, 2025
-
-
Waleed Akbar authored
- (Backend) Refore code to improved logging and error handling - (Backend) Improved tests - (Frontend) Refector code to improve Analyzer handling - (Frontend) improve tests and messages format to handle new backend enhancements.
-
- Jan 17, 2025
-
-
Lluis Gifre Renom authored
- Correct License headers
-
- Jan 13, 2025
-
-
Waleed Akbar authored
-
Waleed Akbar authored
- Added AnalyzerHelper class - Added AnalyzerHandler class - Added updated streamer class - Update test scripts for analytics backend - Updated run script format
-
- Jan 06, 2025
-
-
Waleed Akbar authored
- Emulated driver is added. - MetricGenerated is added. - Emulated driver test is added. - backend requirement file is updated. - script added to test emulated driver.
-
- Dec 10, 2024
-
-
Lluis Gifre Renom authored
- Enabled gRPC Reflection - Added scripts to inspect core gRPC components
-
Shayan Hajipour authored
-
- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Oct 17, 2024
-
-
Lluis Gifre Renom authored
-
- Oct 12, 2024
-
-
Waleed Akbar authored
- Added Emulated Metric Collector. - Implemented a few other changes.
-
- Oct 11, 2024
-
-
Lluis Gifre Renom authored
-
- Oct 08, 2024
-
-
Lluis Gifre Renom authored
- Corrected show logs automation - Cosmetic change in deploy crdb
-
Waleed Akbar authored
-
- Oct 07, 2024
-
-
Lluis Gifre Renom authored
-
Waleed Akbar authored
-
- Sep 26, 2024
-
-
Lluis Gifre Renom authored
-
Waleed Akbar authored
-
- Sep 25, 2024
-
-
Konstantinos Poulakakis authored
-
Waleed Akbar authored
- Analytics backend Request listener will terminated incase topic doesn't exists. - The GetAlrams() in KpiValueApi is updated to process the new resposne from daskstreamer.
-
- Sep 22, 2024
-
-
Waleed Akbar authored
- Added new tests in the `scripts` folder. - Improved messages and test files across all services. Telemetry and Analytics Backend: - Added a `try` statement to handle Kafka message decoding errors. Telemetry Frontend and KPI Value API: - Downgraded `apscheduler` from `3.10.4` to `3.10.1` in the requirements file. Kafka: - Added a method to retrieve `KAFKA_SERVER_ADDRESS` from environment variables. Telemetry Backend: - Added a condition to allow the collector backend to run indefinitely. - Changed the extracted `KpiValue` timestamp format to `"%Y-%m-%dT%H:%M:%SZ"` to meet Apache Spark requirements. - Removed some unused packages from the `requirements.in` file. Deployment Script: - Added `"telemetry"` and `"analytics"` component names to the `TFS_COMPONENTS` variable in the `my_deploy.sh` file.
-
Waleed Akbar authored
- Added scripts to test and display logs. - Added `->` in the `docker run --name kafka` line in the `.gitlab.cl` file for `kpi_value_api`, `kpi_value_writer`, and `telemetry`. - Removed Java from the `analytics` requirements file.
-
- Sep 13, 2024
-
-
Lluis Gifre Renom authored
-
Waleed Akbar authored
Deployment Script - Analytics is added in new montioring component to be deployed with TFS. - condition is added in analytics component TFS deployment script. - Analytics show logs files are added. Manifest - modifed KAFKA_ADVERTISED_LISTENERS with internal kafka service address in kafka.yml - analyticsservice.yml added. Analytics - grpc service is added in backend - Docker file for backend and frontend is added. - main file is updaed - small changes in requirements.in files Kafka Variables - get_kafka_address method logic is updated.
-
- Sep 09, 2024
-
-
Shayan Hajipour authored
-
- Sep 03, 2024
-
-
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.
-
- Aug 28, 2024
-
-
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.
-
- Aug 27, 2024
-
-
Waleed Akbar authored
- updated cmd in test file of KPI manager - move kafka producer object to __init__ function. - write JSON object to Kafka - Read JSON object from Kafka - Slight to manage the affect of JSON object. - Static methods are removed.
-
Waleed Akbar authored
- In Kafka.variables files: get_kafka_address() and get_admin_client() is added. - In KpiValueApiServerImpl Kafka Admin Client call is updated. - Kafka deployment script is added.
-
Waleed Akbar authored
- pytest logging is changed to DEBUG. - ManagemetDB test is removed. - Irrelevent imports and methods are removed from the test file. -
-
Waleed Akbar authored
- updated test file to log DEBUG cmd - change the class name of "TelemetryDBmanager" to "TelemeterDB" - corrected the DB name - move messages.py and test files to correcte location.
-
Waleed Akbar authored
- Added the Analytics Frontend client and service with no logic implemented yet. - Added enums and ports for the Analytics frontend and backend in the constants. - Added test files and messages. - Added test execution scripts.
-
- Aug 11, 2024
-
-
Waleed Akbar authored
- updated cmd in test file of KPI manager - move kafka producer object to __init__ function. - write JSON object to Kafka - Read JSON object from Kafka - Slight to manage the affect of JSON object. - Static methods are removed.
-
- Aug 09, 2024
-
-
Waleed Akbar authored
- In Kafka.variables files: get_kafka_address() and get_admin_client() is added. - In KpiValueApiServerImpl Kafka Admin Client call is updated. - Kafka deployment script is added.
-
- Aug 06, 2024
-
-
Waleed Akbar authored
- pytest logging is changed to DEBUG. - ManagemetDB test is removed. - Irrelevent imports and methods are removed from the test file. -
-
- Aug 05, 2024
-
-
Waleed Akbar authored
- updated test file to log DEBUG cmd - change the class name of "TelemetryDBmanager" to "TelemeterDB" - corrected the DB name - move messages.py and test files to correcte location.
-
- Jul 26, 2024
-
-
Waleed Akbar authored
- fixes deployment of KPI Writer and API
-
- Jul 25, 2024
-
-
Waleed Akbar authored
-
- Jul 24, 2024
-
-
Lluis Gifre Renom authored
-