/query-flow

Primary LanguagePythonMIT LicenseMIT

QueryFlow

QueryFlow, is a query visualization tool that provides insights into common problems in your SQL query. QueryFlow visualizes the query execution using the Sankey diagram, a technique that allows one to illustrate complex processes, with a focus on a single aspect or resource that you want to highlight. This allow to tackle the following problems:

Currently QueryFlow support the following databases/data-engines:

Installing

The best way to install query-flow is:

$ pip install query-flow

In case you want to use another way go to the installation page.