blob: 55c1b4480aa4825b127c60c6569f8e0aa5a5e2c4 (
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
|
Overview
===
* apigrabber: microservice to fetch data from API
* processor: microservice to insert data into database
* cruncher: microservice to calculate statistics
* analyzer: machine learning tool
* bridge: microservice for communication between frontend and backend
* vainsocial: web frontend
* discordbot: Discord frontend
* vainglorygame.github.io: documentation repository
* docs: more documentation
* 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`
|