All Projects → AlexTatiyants → Pev

AlexTatiyants / Pev

Licence: mit
Postgres Explain Visualizer

Programming Languages

CSS
56736 projects
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Postgres Explain Visualizer (pev)

Postgres Explain Visualizer (dev) is designed to make EXPLAIN output easier to grok. It creates a graphical representation of the plan. You can see it in action at tatiyants.com/pev, or read about it on my blog.

Pev is heavily influenced by the excellent explain.depesz.com.

Pev is written in angular 2 with TypeScript. The project is based on angular2 seed. It requires npm, gulp, tsd, and compass.

Installation

npm install
npm start

You may also need to install tsd and compass:

npm install tsd -g
gem install compass

Build

To build, run the build command for a specific environment. For example, the following will create a production distribution:

npm start build.prod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].