summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Sat, 4 Feb 2023 09:20:55 +0000 (10:20 +0100)]
Switched to `JsonSerializer` / `JsonDeserializer`
* Switched all services from manual serialization/deserialization with
direct calls to the `ObjectMapper` to ``JsonSerializer`` /
``JsonDeserializer``.
* All keys and values are serialized as JSON (expect the key from `users`).
Kai Moritz [Sun, 23 Jun 2024 07:15:15 +0000 (09:15 +0200)]
Fixed the name of the docker-image `juplo/wordcount--fortune`
Kai Moritz [Sun, 26 May 2024 06:40:32 +0000 (08:40 +0200)]
Introduced helper-service `setup`
Kai Moritz [Sun, 5 May 2024 07:58:42 +0000 (09:58 +0200)]
Switched `README.sh` to the build-in version of Docker Compose
Kai Moritz [Sun, 5 May 2024 07:54:47 +0000 (09:54 +0200)]
Updated Confluent-Kafka to `7.5.1` and switched the cluster to KRAFT
Kai Moritz [Sat, 17 Jun 2023 08:55:08 +0000 (10:55 +0200)]
Deactivated scale-up for service query in `README.sh`
Kai Moritz [Thu, 2 Feb 2023 21:13:43 +0000 (22:13 +0100)]
Service `fortune` aktualisiert: 21.04 -> 22.04 (LTS)
Kai Moritz [Thu, 2 Feb 2023 20:55:01 +0000 (21:55 +0100)]
Removed dependency to external network `trion`
Kai Moritz [Thu, 2 Feb 2023 20:54:26 +0000 (21:54 +0100)]
Removed unfunctional test in service `users`
Kai Moritz [Thu, 21 Oct 2021 20:12:14 +0000 (22:12 +0200)]
The splitting of the recorded sentences is done by a separate service
Kai Moritz [Sun, 17 Oct 2021 14:57:23 +0000 (16:57 +0200)]
Added the Kafka-UI AKHQ to the setup
Kai Moritz [Sat, 16 Oct 2021 15:01:51 +0000 (17:01 +0200)]
Enabled up/down-scaling of the services
* Changed the default-port of the services, so that all services can be
started local in parallel
* The queriable Kafka-Streams-Apps derive their local address automatically,
so that they can be scaled up/down in Docker-Compose
* Added traefik as reverse-proxy to the setup
Kai Moritz [Sat, 16 Oct 2021 15:19:11 +0000 (17:19 +0200)]
Removed the automatic update of submodules during a rebuild
Kai Moritz [Sat, 16 Oct 2021 15:18:15 +0000 (17:18 +0200)]
Simplified & unified the endpoint-paths
Kai Moritz [Sat, 16 Oct 2021 13:55:23 +0000 (15:55 +0200)]
Added requests for the generated Top-10 to the demonstration
Kai Moritz [Sat, 16 Oct 2021 13:51:54 +0000 (15:51 +0200)]
Users are materialized as KTable
Kai Moritz [Thu, 7 Oct 2021 19:24:37 +0000 (21:24 +0200)]
Configured juplo/toolbox:latest for the utility-service cli
Kai Moritz [Sat, 4 Sep 2021 22:13:46 +0000 (00:13 +0200)]
Added some story-tellers, based on Fortune
Kai Moritz [Sat, 4 Sep 2021 19:12:28 +0000 (21:12 +0200)]
Query-results are enriched with user-data
Kai Moritz [Wed, 1 Sep 2021 20:51:08 +0000 (22:51 +0200)]
Simple processing pipeline
* Input: Sentences, that are correlated to usernames
* Words are counted by username
* Top-10 rankings can by queried by usernam