tnadeau / spectrometer

OpenDaylight analytics dashboard

Home Page:http://opendaylight.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectrometer

Spectrometer is a fork of Stackalytics that is customized to work with the OpenDaylight project tools and processes

# Application Features

Spectrometer is a service that automatically analyzes OpenDaylight development activities 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 their ID in the ODL LDAP;
  • Filter statistics by time, modules, companies, authors;
  • Auto-update of database.

# Hacking

  • Fork the repo
  • Write code
  • Send a pull request

# Links

# Running the tests

To run the tests:

pip install tox
# Start memcached
memcached -d
# Run tests against all Python versions
tox
# Run tests against a specific version
tox -e py27

About

OpenDaylight analytics dashboard

http://opendaylight.org

License:Apache License 2.0


Languages

Language:Python 45.8%Language:Ruby 32.6%Language:JavaScript 9.3%Language:CSS 8.3%Language:Puppet 3.8%Language:Shell 0.2%Language:Pascal 0.0%