projects/orleans/rss-reader-4/README.md
This sample requires redis. Make sure to run FLUSHALL in redis-cli between samples.
This is a simple RSS reader that uses two storage, one for storing a feed source and another for storing feed results. You can keep refreshing your browser and the RSS Reader will display the latest results whenever they are available. It also logs the result of every RSS feed that got fetch regularly using Orleans Reminder.
dotnet run.localhost:5000In this version of the RSS Reader, we use one Reminder grain per feed source. You can contrast this approach to the previous sample (RSS Reader with Reminder + Subscription list)