#Query Visualizer
Query Visualizer uses MySQL built in log to record all queries, we then take all those and turn them into json which the browser reads and renders through HTML5 Canvas
##Example
##Usage
- Change ConnectionString in app.config
- Compile and run
- Press enter to start/stop logging
- Open http://localhost:8080/ in your browser
Feel free to fork this :)