Skip to content

ireshdudeja/query_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Visualization

Query Visualization Project aims to provide the live query statistics in visual appealing way so that by analyzing these real time statistics, the Database Administrator (DBA) can troubleshoot the poorly performing query. Not only the DBA, but also the developers of the “Stream Processing Engine” can use this project to monitor their algorithms.

Steps to run locally:

  1. Install golang (https://golang.org/doc/install)
  2. Clone the project and place it in src folder created during golang installation
  3. Go to project directory using "cd" command
  4. Run command "go run main.go" to run the server
  5. Open browser, go to localhost:4000 (default port)

Steps for real time update:

  1. Select the first operator (because streaming data will be sent for first operator)
  2. Execute streaming.sh script(located in "stream" folder) using command "sh streaming.sh" to push new data to server and see real time update
  3. Alternatively, java file can also be used to send the streaming data located in folder named "stream"
    • Dependencies used in java file can be downloaded using "Maven", by adding pom.xml file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors