Dashboard screenshot

Dashboard

Author Avatar Theme by Numericalmax
Updated: 20 Apr 2018
19 Stars

Using Flask and a bootstrap template to summarise data from a SQL db in a pivot table.

Categories

Overview

The Dashboard is a minimal example of how to use a bootstrap template with a pivot table. It allows you to quickly evaluate data stored in your SQL Database in an appealing way. The dashboard requires the Flask, Pandas, and mysql.connector Python libraries. It also assumes that you have set up an SQL Database to store your data. The code can be adjusted to fit your specific needs by modifying the main.py file.

Features

  • Bootstrap template integration
  • Pivot table functionality
  • Fast evaluation of SQL Database data

Installation

To install the Dashboard, follow these steps:

  1. Install the Flask, Pandas, and mysql.connector libraries using pip:
pip install Flask Pandas mysql-connector-python
  1. Clone or download the Dashboard repository from GitHub.

  2. Open the main.py file and make any necessary adjustments to fit your specific needs. Look for sections marked with “TODO” and modify as needed.

  3. Run the main.py file to start the Flask server and launch the Dashboard.

Summary

The Dashboard is a simple example of using a bootstrap template with a pivot table. It allows you to quickly analyze and visualize data stored in your SQL Database. With its easy installation process and customizable code, the Dashboard is a useful tool for evaluating data in an appealing way.