I'm excited to share https://pgvis.org/ a simple PostgreSQL extension for building visualisation dashboards.
It aims to offer an easy way to create visualisation dashboards with SQL and even exportable with just psql.
A little background: https://intrbiz.com/post/postgresql/pgvis-simple-visualisations-for-postgresql
@geospaz wow, amazing. Thanks for the positive feedback and spotting the typos, I'll get them fixed ASAP.
@intrbiz Great stuff ! I've missed this kind of tool many times, and thought of rolling something like it using a bit diff toolchain.
Being a db guy it helps when you can keep most of the workflow in-db and do it in sql. Looking forward to kicking the tires more but already added it to my dabble-y databases .
P.S. https://pgvis.org/install
has a couple of typos, at least the lines
curl /latest/pgvis-extension/pgVis.tar.gz > pgVis.tar.gz
and
curl https://pgvis.org/download/script/latest-install.sql | psql
need to be fixed.