Skip to content

ZigZg/spectrometer

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 40.5%
  • Ruby 29.7%
  • HTML 12.0%
  • JavaScript 8.5%
  • CSS 5.4%
  • Puppet 3.5%
  • Other 0.4%