Visual Dashboard on Oracle Cloud Infrastructure using Apache Superset and Steampipe
--
In addition to the OCI Console, there are many ways to inspect the status of Oracle Cloud resources — including the OCI CLI, Terraform, Grafana OCI Plugin, REST API, OCI App. The open source tool Steampipe (Select * from Cloud) enables SQL queries to inspect many non-SQL data sources and through the OCI plugin for Steampipe, this means you can query the (metadata on) OCI resources like you query EMP and DEPT.
I have written and presented about Steampipe in an earlier article and…