Absolutely terrible SQL queries against crt.sh to generate the links and nodes of the Mozilla Trusted CA Certificate graph.
It's SQL, it should be obvious ;)
You can connect to https://crt.sh via psql
using the following:
psql -h crt.sh -p 5432 -U guest certwatch
From there, you'll want to make sure your JSON output doesn't have the
leading/trailing junk added, and so for a single session, you'll need
to run both \t on
and \pset format unaligned
to turn those off.