anodroid / Dashboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard

This is a minimal example of how to use a bootstrap template with pivot table. Data are loaded from a SQL Database. This enables you to evaluate data stored in your SQL Database pretty fast in an appealing way.

Requirements:

Python Libraries:

  1. Flask
  2. Pandas
  3. mysql.connector (differs if you want to use e.g. SQL Server)

SQL Database in which your data are stored.

TODO:

In the file main.py you have to adjust all parts to your needs which are signed by a TODO.

How does this look like:

alt text

License:

Most parts of the underlying code are from CreativeTim and Pivottable (Nicolas Kruchten). Please use their copyright notice in your project if you use any of their resources. The mentioned LICENSE files are included into the root folder 'Dashboard/Dashboard'.

https://github.com/creativetimofficial

https://github.com/nicolaskruchten/pivottable

About

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

License:MIT License


Languages

Language:CSS 84.9%Language:JavaScript 9.1%Language:HTML 4.2%Language:Python 1.8%