Week Blog #2 - adding EPSS metrics
Rexbeast2
Published: 06/08/2023
What did I do this week?
This week, I successfully implemented a new table in the database to incorporate EPSS metrics. I 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 modifying the current database schema to accommodate two additional tables.
Did I get stuck anywhere?
Fortunately, I did not encounter any challenges while adding the EPSS metrics to the database. The process was smooth and straightforward.
View Blog Post
Week #1 : Design new database schema
Rexbeast2
Published: 06/08/2023
What did I do this week?
I focused on enhancing the current database schema to accommodate EPSS metrics and EPSS percentiles. I carefully reviewed the existing schema and identified areas that needed updating to ensure future-proofing. By doing so, any new metrics that emerge in the future can be easily incorporated into the database. Additionally, I devised a database schema that allows for seamless upgrades and updates.
What is coming up next?
my next work will involve creating a new table in the database specifically designed for EPSS data. This entails downloading, parsing, and storing the EPSS data in the newly created table.
Did I get stuck anywhere?
I encounter difficulties in identifying necessary updates and designing a future-proof schema, particularly when considering uncertain future parameters and ensuring adaptability of the database schema.
View Blog Post