A prototype of an IoT Telemetry system, presenting microservices communication over Apache Kafka and REST API. Implemented as a part of the master's thesis Analysis of selected communication techniques in systems based on microservices architecture at Cracow University of Technology by Damian Malczewski in 2021.
See README.md
files of each service repository for more details.
-
Create
uiot
network.$ docker network uiot create
-
Launch environment services of MongoDB, RabbitMQ and Kafka.
$ cd uiot-docker-environment/ $ docker-compose up -d
Setting up can take a while. You can verify if everything is up and running.
$ docker-compose ps
-
Prepare Kafka topics.
$ ./kafka-topics.sh
-
After everything works fine, start application services.
$ cd uiot-docker-services/ $ docker-compose up -d