Skip to content
/ uiot Public

A prototype of an IoT Telemetry system, presenting microservices communication over Apache Kafka and REST API

Notifications You must be signed in to change notification settings

malczuuu/uiot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uIoT

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.

Running in Docker environment

  1. Create uiot network.

    $ docker network uiot create
  2. 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
  3. Prepare Kafka topics.

    $ ./kafka-topics.sh
  4. After everything works fine, start application services.

    $ cd uiot-docker-services/
    $ docker-compose up -d

About

A prototype of an IoT Telemetry system, presenting microservices communication over Apache Kafka and REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages