RSS Feed Plugin for Steampipe
Use SQL to query RSS channels and Atom Feeds. For example:
select
title,
link,
description
from
rss_item
where
feed_link = 'https://steampipe.io/blog/feed.xml';
Learn about Steampipe.
Get started
Table documentation and examples →
Install the plugin:
steampipe plugin install rss
Get involved
The Steampipe community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Our Code of Conduct applies to all Steampipe community channels.
Contributing
Please see CONTRIBUTING.md.