Jump to: navigation, search

Difference between revisions of "Stackalytics/HowToRun"

(Created page with "== Prerequistics == Stackalytics depends on the following products: * Git - used to retrieve project repos and get their log * Memcached - used to store commits * Mongo -...")
(No difference)

Revision as of 13:47, 12 July 2013

Prerequistics

Stackalytics depends on the following products:

* Git - used to retrieve project repos and get their log 
* Memcached - used to store commits
* Mongo - used to store persistent data, like list of repos, engineers, configs

Web dashboard is made on Flask framework. Typical deployment of Flask application uses nginx as front-end server and uwsgi as app container.