summaryrefslogtreecommitdiff
path: root/README.md
blob: 2c1333317a0fe74e6cf0cf1acc66e51729d39f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Overview
===

  * apigrabber: microservice to fetch data from API
  * processor: microservice to insert data into database
  * cruncher: microservice to calculate statistics
  * analyzer: microservice to calculate TrueSkill
  * bridge: microservice for communication between frontend and backend
  * telesucker: microservice to fetch Telemetry data
  * shrinker: microservice to process Telemetry data
  * orm: shared database models and mappings

Setup
===

`git clone --recursive https://github.com/vainglorygame/meta`

Updating
===

`git submodule update --recursive --remote`