Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1 KB

File metadata and controls

34 lines (26 loc) · 1 KB

CZ4031 - Project 2

About

The QEP Visualiser Tool is a web app built using Tornado and vis.js . This project aims to better visualize QEP than the current QEP visualisation tools offered. This will allow database devs understand how to go about fine tuning the database/query to improve performance.

Group 21 - Members:

  • Jeffrey
  • Marcia Ong Wen Jie
  • Natassa Karinka
  • Poh Ban Hoe

Requirements

Our application only runs in python 3.x Please make sure you have python3 installed in your computer

For best experience please use Google Chrome as your browser

Steps to run the program:

  1. Install the dependencies: Use pip or pip3 depends on your computer's python3 binary
pip install -r requirements.txt
  1. Start the server Use python or python3 depends on your computer's python3 binary
python app.py
  1. Go to your browser and navigate to localhost:8888

  2. Go to settings page to connect to the database

  3. Graph need some time to be shown depending of the query complexity