OpenStack analytics dashboard
bin | ||
dashboard | ||
etc | ||
scripts | ||
tests | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Stackalytics - OpenStack analytics dashboard
Application Features
- OpenStack Stats is a service that automatically analyzes OpenStack git repos and displays statistics on contribution. The features are:
-
- Extraction of author information from git log, store it in the database;
- Calculate metrics on number of lines changed (LOC) and commits;
- Mapping authors to companies and launchpad ids;
- Filter statistics by time, modules, companies, authors;
- Extract blueprint and bug ids from commit messages;
- Auto-update of database.
<todo add instructions>