iot
iot copied to clipboard
General purpose Internet of Things platform
IoT
General purpose Internet of Things platform.
Installation
Local + Tmux
- Install tmux
- Configure
.env
files:- common
- back
- biot
- front
- thing
- worker
$ ./scripts/run-dev.sh
Kubernetes + Helm
helm repo add mmontes https://mmontes11.github.io/charts
helm install iot mmontes/iot
Things
Once everything is up and running, it is time to start deploying things:
Alternatively, you can start a mock thing:
$ npm run start:thing