https://github.com/jsvgoncalves/kwek-metrics
Query Openshift and Hawkular APIs for metrics data
https://github.com/jsvgoncalves/kwek-metrics
angular d3js flask hawkular openshift rabbitmq requests
Last synced: 8 months ago
JSON representation
Query Openshift and Hawkular APIs for metrics data
- Host: GitHub
- URL: https://github.com/jsvgoncalves/kwek-metrics
- Owner: jsvgoncalves
- Created: 2017-02-18T14:07:24.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-28T13:54:17.000Z (about 9 years ago)
- Last Synced: 2025-05-05T05:35:17.836Z (about 1 year ago)
- Topics: angular, d3js, flask, hawkular, openshift, rabbitmq, requests
- Language: Python
- Size: 8.7 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Kwek Metrics
See aggregated metrics of your OpenShift projects. Customize with multiple OpenShift instances and different metrics.
## Development
To setup your virtualenv:
$ mkvirtualenv kwek
$ setvirtualenvproject kwek path_to_project
# Optionally, create a new project with
$ mkproject kwek
$ git clone git@github.com:jsvgoncalves/kwek-metrics .
Then, every time you work on the project, run:
$ workon kwek
To install the dependencies run:
$ pip install -r requirements.txt
And development dependencies:
$ pip install -r requirements-dev.txt
## Front-end
Make sure you have all front-end development dependencies installed:
$ npm install
To enter watch mode on mix:
$ npm run watch
### Virtualenvwrapper cheatsheet
# To stop working
$ deactivate
# To show all environments
$ workon
# To show installed packages
$ lssitepackages