Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandtritsch/web-kpi
A simple web-app to show/visualize the KPIs of an organisation in one place.
https://github.com/rolandtritsch/web-kpi
Last synced: about 18 hours ago
JSON representation
A simple web-app to show/visualize the KPIs of an organisation in one place.
- Host: GitHub
- URL: https://github.com/rolandtritsch/web-kpi
- Owner: rolandtritsch
- Created: 2013-01-14T16:12:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T17:24:45.000Z (almost 12 years ago)
- Last Synced: 2024-04-16T12:19:41.231Z (10 months ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Web-Kpi Server (work in progress)
This will (over time) hoefully become a simple web-app to show/visualize the KPIs
(Key Performance Indicators) of an organisation in one place. KPIs are different
from other metrics because they aggregate information into a single number which
directly [measures the business impact](http://www.cutter.com/content-and-analysis/journals-and-reports/cutter-it-journal/sample/itj0604c.html).## How to make it work?
* Install [sbt](http://www.scala-sbt.org) (maybe using [macports](http://www.macports.org))
* This is for the Mac. Don't know how to do it on Windows.
* Install [git](http://git-scm.com/downloads) (maybe using macports again)
* Clone the repo with `> git clone https://github.com/rolandtritsch/web-kpi`
* Start the KPI server with `> sbt run`
* Go to `http://localhost:9000`... and you should be in business.
## Work in progress ...
* Right now this is mainly a test-bed for me to play around with [charting]
(http://blog.tritsch.org/2013/05/charting-some-kpis-how-hard-can-it-be.html)