AlexTatiyants / pev

Postgres Explain Visualizer
MIT License
2.77k stars 192 forks source link

Integrate with a present webUI?? #46

Open rajverma1985 opened 5 years ago

rajverma1985 commented 5 years ago

Hey, Thanks for writing the tool. Great job first of all. Also, i wanted to know if i can integrate it in my present web portal that i use for basic problem resolution? If yes, then how do i do it. I'm using Flask for my present WebUI.

pgiraud commented 5 years ago

@rajverma1985 Just wanted to let you know that I worked on a fork of PEV. See https://github.com/dalibo/pev2

Though it still needs to be documented, I made it so the graph component can be built as a library (commonjs or umd) in order to be used in an app or framework. My goal would be to integrate it in the Flask debug toolbar some day.