Haagimus / DashAnalyticsApp

Python hosted application using Dash with plotly and a MSSQL backend connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Introduction This project will serve to host as a data visualization and access point to the company SQL server for employee and project resources and demand (creation still in progress)

#Getting Started

  1. Installation process
    • If you do not have Python installed I recommend downloading and installing Anaconda 3 as it has most of the dependencies included
    • Install software dependencies
  2. Software dependencies
  3. Latest releases
  4. API references

#Installing Python packages manually with our company proxy

  1. Install anaconda
  2. Add the anaconda installation path to your environmental variables
    • This should be in "[User Folder]\AppData\Local\Continuum\anaconda3" by default
  3. Add the anaconda scripts path to your enviornmental variables
    • This should be in the "\Scripts" folder of the above filepath
  4. Launch the command prompt, powershell or the conda terminal
  5. Change to your download directory where the tar.gz archives were downloaded
  6. type "pip install 'archive name.tar.gz'
    • If there are any prerequisites needed there will be an error message stating the missing dependency, just download that archive from pypi.org and install it first

#Useful Links

  1. Virtual Environment Management

About

Python hosted application using Dash with plotly and a MSSQL backend connection


Languages

Language:Python 97.7%Language:CSS 2.0%Language:Mako 0.3%