Use SQL to query EOL dates for major softwares and middlewares.
Install the plugin locally (require go):
git clone [email protected]:skale-5/run/steampipe/steampipe-plugin-eol.git
cd steampipe-plugin-eol/
mkdir -p ~/.steampipe/plugins/local/steampipe-plugin-eol
go build -o ~/.steampipe/plugins/local/steampipe-plugin-eol/steampipe-plugin-eol.plugin
cp config/* ~/.steampipe/config
Run a query:
select
cycle,
eol,
days_to_eol
from
eol_redis;
This plugin is available for the following engines:
Engine | Description |
---|---|
Steampipe | The Steampipe CLI exposes APIs and services as a high-performance relational database, giving you the ability to write SQL-based queries to explore dynamic data. Mods extend Steampipe's capabilities with dashboards, reports, and controls built with simple HCL. The Steampipe CLI is a turnkey solution that includes its own Postgres database, plugin management, and mod support. |
Try it!
steampipe query
> .inspect eol
Further reading: