Jump to: navigation, search

Stackalytics/HowToRun

< Stackalytics
Revision as of 13:47, 12 July 2013 by Ilya Shakhat (talk | contribs) (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 -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.