Skip to content

jdatcmd/pev

This branch is 17 commits behind AlexTatiyants/pev:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ea6075 · Jan 19, 2016

History

20 Commits
Jan 19, 2016
Jan 7, 2016
Jan 4, 2016
Jan 4, 2016
Jan 4, 2016
Jan 4, 2016
Jan 19, 2016
Jan 4, 2016
Jan 4, 2016
Jan 19, 2016
Jan 7, 2016
Jan 4, 2016
Jan 4, 2016
Jan 4, 2016
Jan 4, 2016

Repository files navigation

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

About

Postgres Explain Visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.6%
  • TypeScript 40.5%
  • HTML 7.4%
  • JavaScript 2.5%