Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 956 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 956 Bytes

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