summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 55c1b44..2c13333 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,17 @@ Overview
* apigrabber: microservice to fetch data from API
* processor: microservice to insert data into database
* cruncher: microservice to calculate statistics
- * analyzer: machine learning tool
+ * analyzer: microservice to calculate TrueSkill
* 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
+ * 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`
-Enter `vaindock/` and [follow the instructions there](https://github.com/vainglorygame/vaindock/blob/develop/Readme.MD).
-
Updating
===