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

  * apigrabber: microservice to fetch data from API
  * processor: microservice to insert data into database
  * compiler: microservice to calculate simple statistics
  * analyzer: microservice to calculate using machine learning
  * cruncher: microservice to calculate service-wide statistics
  * preloader: microservice to prefetch matches for players that users are likely to view
  * updater: microservice for communication between frontend and backend
  * vainsocial: web frontend
  * discordbot: Discord frontend
  * minionlivesmatter: fun frontend
  * vainglorygame.github.io: out-of-date documentation repository
  * vaindock: Docker containers for services, databases and everything else

Setup
===

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

Enter `vaindock/` and [follow the instructions there](https://github.com/vainglorygame/vaindock/blob/develop/Readme.MD).

Updating
===

`git submodule update --recursive --remote`