Simple processing pipeline
authorKai Moritz <kai@juplo.de>
Wed, 1 Sep 2021 20:51:08 +0000 (22:51 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 11 Oct 2021 19:12:42 +0000 (21:12 +0200)
commit1d411b51a909a5b7b15f76705b61f3fc09505d22
tree3a699cba9b178782ee56f1e58e463e60fa3fe485
Simple processing pipeline

* Input: Sentences, that are correlated to usernames
* Words are counted by username
* Top-10 rankings can by queried by usernam
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
README.sh [new file with mode: 0755]
counter [new submodule]
docker-compose.yml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
query [new submodule]
recorder [new submodule]
top10 [new submodule]