Last night Jon and Ward fiddled with Steampipe site  which is an open source API browsing tool that fits into the same niche as Ward's own El Dorado.
 which is an open source API browsing tool that fits into the same niche as Ward's own El Dorado. 
Install Steampipe: macOS page 
brew install turbot/tap/steampipe
steampipe -v
steampipe plugin install steampipe
steampipe query "select name from steampipe_registry_plugin;"
Steampipe's one step installer downloaded the steampipe binary, installed it into /usr/local/bin, and then created a .steampipe directory in your home directory with all the supporting libraries and configuration needed to get started (including PostgreSQL). Now, get to work!
~
Jon Udell began this journey convinced that Steampipe could help the Fediverse evolve, but not sure exactly how. My first thought was to use Steampipe’s API-wrangling superpower to study patterns of …
⇒ Ruby: Understanding the basics of Ruby on Rails: SQL Databases and how they work post  , ⇒ SQL vs Neo4J
, ⇒ SQL vs Neo4J
* How do you manually execute SQL commands in Ruby On Rails using NuoDB stackoverflow 
