Week Blog #7 - Adding data to output engine
Rexbeast2
Published: 08/27/2023
What did I do this week?
This week, I successfully added data into output engine. Output engine class was changed to accommodate new metric.
What is coming up next?
In the next phase, I will focus on adding metric to output formats.
Did I get stuck anywhere?
Fortunately, I did not encounter any challenges while data into output engine. The process was smooth and straightforward.
View Blog Post
Week Blog #6 - Adding queries to extract data
Rexbeast2
Published: 08/27/2023
What did I do this week?
This week, I successfully added queries to extract the data from the database new structure. I also added test to ensured that the data extract contain new data.
What is coming up next?
In the next phase, I will focus on adding data to output engine.
Did I get stuck anywhere?
The cursor of the database was getting reset after extracting the data from the database. It took lot of time to find out were was the problem. After know the problem I create a new function which create a new cursor and extract data.
View Blog Post
Week Blog #5 - Adding data into new schema
Rexbeast2
Published: 08/27/2023
What did I do this week?
This week, I successfully added data into new schema that was created. I also added test to ensured that the table were containing the data.
What is coming up next?
In the next phase, I will focus on adding the queries to extract the data from database.
Did I get stuck anywhere?
Fortunately, I did not encounter any challenges while data into new schema. The process was smooth and straightforward.
View Blog Post
Week Blog #4 - Updating database structure
Rexbeast2
Published: 08/27/2023
What did I do this week?
This week, I successfully Added table metrics and cve_metrics to database. I also added test to ensured that the table were created.
What is coming up next?
In the next phase, I will focus on adding data to the table.
Did I get stuck anywhere?
Fortunately, I did not encounter any challenges while updating the database structure. The process was smooth and straightforward.
View Blog Post
Week Blog #3 - Enhance the downloading and testing EPSS
Rexbeast2
Published: 08/27/2023
What did I do this week?
This week, I successfully Enhance the downloading and testing EPSS data. I added test to ensured that the table had features for downloading, parsing, and storing EPSS data accurately.
What is coming up next?
In the next phase, I will focus on updating the current database structure.
Did I get stuck anywhere?
Fortunately, I did not encounter any challenges while Enhance the downloading and testing EPSS data. The process was smooth and straightforward.
View Blog Post