Skip to content

Production swarm stack repo for monitoring temperature and humidity data

License

Notifications You must be signed in to change notification settings

SeanoNET/RoomTempStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomTempStack

Production swarm stack repo for monitoring temperature and humidity data

Services

  • RoomTempDevice-MQTT Build Docker CLI sends sensor data from a MXChip AZ3166 IoT Devkit to a MQTT Broker.
  • eclipse-mosquitto Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1.
  • postgres The PostgreSQL object-relational database system provides reliability and data integrity.
  • RoomTempDashboard Build Docker CLI Web dashboard for displaying temperature and humidity data.
  • Grafana Grafana is the open source analytics and monitoring solution for every database.

Install

Clone this repository

git clone https://github.com/SeanoNET/RoomTempStack.git

Init swarm with docker swarm init and deploy stack docker stack deploy --compose-file docker-compose.yml roomtempstack

If running on an arm32 device like the Raspberry Pi run:

Init swarm with docker swarm init and deploy stack docker stack deploy --compose-file docker-compose-linux-arm.yml roomtempstack

About

Production swarm stack repo for monitoring temperature and humidity data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published