eater#
RSS Feed mail aggregator
TODO (step 1)#
- parse rss feeds
- email sending
-
fetcher_factory_supervisor - feed
fetcheractor per feed- fetch feed using database records
- fetch all feeds periodically
- (pub-sub) send feeds to user actors
- incremental timeouts on failure
-
sender_factory_supervisor -
senderactor per user- spawn on startup
- (pub-sub) receive new items from fetcher
- check feed against sent items in database
- send new items to user
- success: persist success to db
- failure: inremental timeout
TODO (step 2)#
- lustre ui (maybe) server component
- login
- email one time password
- (maybe) password
- sessions
- configure rss feeds to track per user
- update feed subscriptions in database
- admin panel?
- adding new users
- login
Structure#
needs updated; theres a fetcher factory and one fetcher per feed now