RSS
RSS Channel and Atom Feed content including descriptions, items, links and metadata.
Data for the different feed types is normalized into a common set of columns.
Installation
Download and install the latest rss plugin:
steampipe plugin install rss
Run a query
$ steampipe queryWelcome to Steampipe v0.2.2For more information, type .help> select title, link, description from rss_channel where feed_link = 'https://steampipe.io/blog/feed.xml'+----------------+---------------------------+----------------------------------------+| title | link | description |+----------------+---------------------------+----------------------------------------+| Steampipe Blog | https://steampipe.io/blog | Blog and Resource Center for Steampipe |+----------------+---------------------------+----------------------------------------+