Redsift is a web interface to Redshift for exploring the data.
Redsift is written in Haskell with GHC. Using GHC of version at least 7.4 is recommended.
All requried Haskell libraries are listed in redsift.cabal. Use cabal-install to fetch and build all pre-requisites automatically.
The postgresql-libpq package requires PostgreSQL client library (libpq).
Then do the following:
git clone https://github.com/zalora/redsift.git
cd redsift
cabal install
See sample configuration file under the Config directory.
redsift -c <config file>