An app to visualize SQL queries built as part of the last cycle of programming classes taken with FrauenLoop
For my SQL course, I picked 2 datasets from kaggle.com (IMDB 5000 Movie Dataset & Pantheon Project: Historical Popularity Index), built a schema while learning about database analysis and design, then I wrote SQL queries to investigate relationships in the data and finally built the app to visualize those relationships.
Each chart has the SQL command used to generate it printed below the chart.
See what it looks like here
=====
$ ./run_with_reload.sh
$ ./run_with_reload postgres
And open http://localhost:4567