Skip to content

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

License

Notifications You must be signed in to change notification settings

NumericalMax/Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published