[Scott Watermasysk] For a new little project, I needed to create a simple windows service that aggregated a set of feeds. Part two was wiring up this data to a winform app. Along the way, it got me to thinking that this might be an interesting way to create an aggregator. Some service/site runs in the background processing the data. When you need it, fire up your application (Winform/Site/Etc). The other really cool thing is that now all of this great data is just sitting there waiting to be used and reused.

This is what happens when I subscribe to too many RSS feeds - something really interesting and unique comes along, and it slips right underneath my nose (not to mention that Scott uses a link from the furrygoat on his screenshot). Anyways - This is a really cool idea, having a service continuously downloading RSS data for use in whatever application you wanted (provided there was a clean API over the data store). Some thoughts:

  • Integrate it with BITS (Background Intelligent Transfer Service) to queue requests, use idle bandwidth, etc.

  • Longhorn. My mind is spinning here - hook it to the Contacts store, use WinFS metadata to build RSS ’stacks’, sidebar integration, etc.

  • How about a sync service? I’m on the laptop or work box, is there an easy way to sync subscriptions?

  • Server aggregation. I could have this running on my web server, be able to automatically generate interesting and dynamic lists of content based on the downloaded feeds and have them displayed on the website
  • I wonder if this project is still alive. There doesn’t seem to be any further posts.



    No Comments

    No comments yet.

    Sorry, the comment form is closed at this time.