Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spectrometer

AWS Redshift monitoring web console.

screenshot

Features

  • Performance metrics(AWS CloudWatch)
  • Admin views
    • WLM queue state
    • Inflight queries
    • Table list & definitions
    • Slow queries
    • Error list

Built with

  • Ruby (2.3)
    • Sinatra
  • Bulma (CSS Framework)
  • AWS Redshift

Set up

  1. Clone Spectrometer
git clone https://github.com/taise/Spectrometer.git
  1. Set .env

This user needs superuser priviledges.

cd /path/to/project
cp .env.sample .env

Service Start (local)

  1. Bundle install
gem install bundler
bundle install --path vendor/bundle
  1. Start
bundle exec rackup -p 9292

Service Start (docker)

  1. build image
docker build -t ruby:2.3-alpine-spectrometer .
  1. Start
docker run -it -p 9292:9292 ruby:2.3-alpine-spectrometer

Access

http://localhost:9292
Login username & password are set config/database.yml.

License

MIT license

You can’t perform that action at this time.