Skip to content

alhewpl/SQL-Project

Repository files navigation

Simple SQL

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

=====

For SQLite

$ ./run_with_reload.sh

For Postgres

$ ./run_with_reload postgres

And open http://localhost:4567

About

Detailed description in the Readme.md file, see how the project looks like here: https://frauenloop-sql.herokuapp.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published