diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 21:43:02 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 21:43:02 +0200 |
| commit | 46725066a56dc4d08cc03b1ea394e21ec449a80f (patch) | |
| tree | f7ab6dd41634c0bc5791f7ee1121ca1876edea0f | |
| parent | 97f6e5a4aedf8f71e09da8e11e77e506807e6248 (diff) | |
| download | meta-46725066a56dc4d08cc03b1ea394e21ec449a80f.tar.gz meta-46725066a56dc4d08cc03b1ea394e21ec449a80f.zip | |
2.0.0 beta
| -rw-r--r-- | .gitmodules | 30 | ||||
| -rw-r--r-- | README.md | 12 | ||||
| m--------- | analyzer | 0 | ||||
| m--------- | apigrabber | 0 | ||||
| m--------- | bridge | 0 | ||||
| m--------- | compiler | 0 | ||||
| m--------- | cruncher | 0 | ||||
| m--------- | discordbot | 0 | ||||
| m--------- | docs | 0 | ||||
| m--------- | orm | 0 | ||||
| m--------- | preloader | 0 | ||||
| m--------- | processor | 0 | ||||
| -rw-r--r-- | supervisord.conf.example | 87 | ||||
| m--------- | updater | 0 | ||||
| m--------- | vaindock | 0 | ||||
| m--------- | vainsocial | 0 |
16 files changed, 23 insertions, 106 deletions
diff --git a/.gitmodules b/.gitmodules index 58640a5..f6bbbc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,42 @@ [submodule "apigrabber"] path = apigrabber url = https://gitlab.com/vainglorygame/apigrabber.git + branch = releases/2.0.0 [submodule "processor"] path = processor url = https://gitlab.com/vainglorygame/processor.git -[submodule "compiler"] - path = compiler - url = https://gitlab.com/vainglorygame/compiler.git + branch = releases/2.0.0 [submodule "discordbot"] path = discordbot url = https://gitlab.com/vainglorygame/discordbot.git -[submodule "preloader"] - path = preloader - url = https://gitlab.com/vainglorygame/preloader.git + branch = releases/2.0.0 [submodule "vaindock"] path = vaindock url = https://gitlab.com/vainglorygame/vaindock.git + branch = releases/2.0.0 [submodule "vainsocial"] path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial.git + branch = releases/2.0.0 [submodule "vainglorygame.github.io"] path = vainglorygame.github.io url = https://gitlab.com/vainglorygame/vainglorygame.github.io.git [submodule "analyzer"] path = analyzer url = https://gitlab.com/vainglorygame/analyzer.git + branch = releases/2.0.0 [submodule "cruncher"] path = cruncher url = https://gitlab.com/vainglorygame/cruncher.git -[submodule "minionlivesmatter"] - path = minionlivesmatter - url = https://gitlab.com/vainglorygame/minionlivesmatter.git -[submodule "updater"] - path = updater - url = https://gitlab.com/vainglorygame/updater.git + branch = releases/2.0.0 +[submodule "bridge"] + path = bridge + url = https://gitlab.com/vainglorygame/bridge.git + branch = releases/2.0.0 +[submodule "docs"] + path = docs + url = https://gitlab.com/vainglorygame/docs.git +[submodule "orm"] + path = orm + url = https://gitlab.com/vainglorygame/orm.git + branch = releases/2.0.0 @@ -3,15 +3,13 @@ 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 + * cruncher: microservice to calculate statistics + * analyzer: machine learning tool + * bridge: microservice for communication between frontend and backend * vainsocial: web frontend * discordbot: Discord frontend - * minionlivesmatter: fun frontend - * vainglorygame.github.io: out-of-date documentation repository + * vainglorygame.github.io: documentation repository + * docs: more documentation * vaindock: Docker containers for services, databases and everything else Setup diff --git a/analyzer b/analyzer -Subproject 3d52234edae83971e5df58f65f91c95e0352ed3 +Subproject c21015de0966635d6fc651d7906ff258e6036b3 diff --git a/apigrabber b/apigrabber -Subproject 60a8aac5f7acc61432fc6a59843e2c91d5df6a3 +Subproject 3785ed862accad4c8f8b7e719d86aabb0506e36 diff --git a/bridge b/bridge new file mode 160000 +Subproject 9f974a33bf15b27b7c94117de1cc993fa197e41 diff --git a/compiler b/compiler deleted file mode 160000 -Subproject 74c975556c0e067e60f99fb96d64d973210bf78 diff --git a/cruncher b/cruncher -Subproject e70dad61caefd3f85c29f30798cd1472e03cb4c +Subproject 127ab8e6282911453220e7a21f06869ecacaab6 diff --git a/discordbot b/discordbot -Subproject 291cf5046f1497c49b0266d0d818882a2b96d5d +Subproject ab3e74687ae926c48f3e13e3eb0703af8e0d396 diff --git a/docs b/docs new file mode 160000 +Subproject 4d079db3d82618e2fdcd7eef71cc93fd95748c3 diff --git a/orm b/orm new file mode 160000 +Subproject d95b8a5f1708463715e9e86b0121089b49c362b diff --git a/preloader b/preloader deleted file mode 160000 -Subproject b67e2bffc3e7f30487dfc693238059dfaa1fd78 diff --git a/processor b/processor -Subproject c393152d1f84fc19a0d04c91d7d545c89a7d369 +Subproject acb90130558e267c8f49ed8e6835c9242214b3e diff --git a/supervisord.conf.example b/supervisord.conf.example deleted file mode 100644 index c770de2..0000000 --- a/supervisord.conf.example +++ /dev/null @@ -1,87 +0,0 @@ -[supervisorctl] -serverurl=unix:///var/run/supervisor.sock - -[program:vainsocial-apigrabber] -user=vainsocial -command=/vainsocial/apigrabber/venv/bin/python /vainsocial/apigrabber/api.py -redirect_stderr=true -stdout_logfile=/vainsocial/logs/apigrabber.log -environment= - VAINSOCIAL_APITOKEN=, - POSTGRESQL_HOST=, - POSTGRESQL_PORT=5433, - POSTGRESQL_DB=vain_raw, - POSTGRESQL_USER=vainraw, - POSTGRESQL_PASSWORD= - - -[program:vainsocial-preloader] -user=vainsocial -command=/vainsocial/preloader/venv/bin/python /vainsocial/preloader/api.py -redirect_stderr=true -stdout_logfile=/vainsocial/logs/preloader.log -environment= - VAINSOCIAL_APITOKEN=, - VAINSOCIAL_SPIDERTHROTTLE=1, - POSTGRESQL_HOST=, - POSTGRESQL_PORT=5433, - POSTGRESQL_DB=vain_raw, - POSTGRESQL_USER=vainraw, - POSTGRESQL_PASSWORD= - - -[program:vainsocial-processor] -user=vainsocial -command=/vainsocial/processor/venv/bin/python /vainsocial/processor/api.py -redirect_stderr=true -stdout_logfile=/vainsocial/logs/processor.log -environment= - VAINSOCIAL_SPIDER="true", - VAINSOCIAL_ANALYZE="false", - POSTGRESQL_SOURCE_HOST=, - POSTGRESQL_SOURCE_PORT=5433, - POSTGRESQL_SOURCE_DB=vain_raw, - POSTGRESQL_SOURCE_USER=vainraw, - POSTGRESQL_SOURCE_PASSWORD=, - POSTGRESQL_DEST_HOST=, - POSTGRESQL_DEST_PORT=5433, - POSTGRESQL_DEST_DB=vain_web, - POSTGRESQL_DEST_USER=vainweb, - POSTGRESQL_DEST_PASSWORD= - - -[program:vainsocial-compiler] -user=vainsocial -command=/vainsocial/statscompiler/venv/bin/python /vainsocial/statscompiler/api.py -redirect_stderr=true -stdout_logfile=/vainsocial/logs/compiler.log -environment= - POSTGRESQL_SOURCE_HOST=, - POSTGRESQL_SOURCE_PORT=5433, - POSTGRESQL_SOURCE_DB=vain_raw, - POSTGRESQL_SOURCE_USER=vainraw, - POSTGRESQL_SOURCE_PASSWORD=, - POSTGRESQL_DEST_HOST=, - POSTGRESQL_DEST_PORT=5433, - POSTGRESQL_DEST_DB=vain_web, - POSTGRESQL_DEST_USER=vainweb, - POSTGRESQL_DEST_PASSWORD= - - -[program:vainsocial-discordbot] -user=vainsocial -command=/vainsocial/discordbot/venv/bin/python /vainsocial/discordbot/main.py -redirect_stderr=true -stdout_logfile=/vainsocial/logs/discordbot.log -environment= - VAINSOCIAL_DISCORDTOKEN="", - POSTGRESQL_SOURCE_HOST=, - POSTGRESQL_SOURCE_PORT=5433, - POSTGRESQL_SOURCE_DB=vain_raw, - POSTGRESQL_SOURCE_USER=vainraw, - POSTGRESQL_SOURCE_PASSWORD=, - POSTGRESQL_DEST_HOST=, - POSTGRESQL_DEST_PORT=5433, - POSTGRESQL_DEST_DB=vain_web, - POSTGRESQL_DEST_USER=vainweb, - POSTGRESQL_DEST_PASSWORD= diff --git a/updater b/updater deleted file mode 160000 -Subproject d830686ced729dc37b05293353d838e697dcf60 diff --git a/vaindock b/vaindock -Subproject 5cce35f75ba8b42ecbc3debebbe6db750350075 +Subproject 93a6a2164ead33b9ae59781a479d3196fa95d01 diff --git a/vainsocial b/vainsocial -Subproject ef97759b6fb6017fbc7147b8702fa765a6368de +Subproject a4c896194f67c4071e0784fe99862a2e906924c |
