/elephunk

PostgreSQL investigation console

Primary LanguagePythonMIT LicenseMIT

PostgreSQL investigation console.

Goals

  • codfiy knowledge about best practices
  • provide a way to investigate many PostgreSQL clusters at once
  • use visualization instead of SQL to investigate problems.
  • minimize dependencies

To Contribute

Requires PostgreSQL (8.4+ I think)

Set up the virutalenv with all required dependencies:

./script/setup-dev-env

Run the build

./script/build

Run the server in development mode

./script/server