Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.2 KB

Architecture to a IoT Ingestion / Report System

All the documentation of the project are on medium on this link.

Project List

Requirements to System

You will need to have pre installed:

  • JDK 8
  • maven
  • docker
  • docker-compose

Developer start up

Clone the iot-infra and the execute the shell script clone:

$ chmod +x clone && ./clone

This command will create a folder in your home with all repos to development:

$ cd ~/iot-dev

Now you can start you favorite IDE and edit the code

Runing the development environment

$ cd ~/iot-dev/iot-infra && ./startdevmode