For this project, I plan to use Rust as the programming language, Actix as the web framework, and SQLite as the storage database. π¦πποΈ
First, I need an API endpoint that will accept RSS feed URLs and their update frequency. This endpoint will store the RSS feed URLs in a database table and fetch the latest available feeds. π₯π
Second, Iβll set up a cron job to run every hour. This job will update the RSS feed URLs based on the specified frequency stored in the database. β°π
Third, Iβll create an endpoint that displays the items from the database corresponding to a specific RSS URL. ππ Thatβs the simple project I have in mind. ππ©βπ»
- Avinash M G