This project is in need of a better name. Suggestions are welcome!
hemrs is a solution that retrieves and stores sensor data It build using rust and docker
- Backend
- Contains a RESTful api over the database
- Collector
- Firmware code for running Esp32 with a DHT11 sensor
- Sensor
- Common datatypes between the Collector and Backend
- Rust
- Make
- Postgres instance
To build
cargo build
To run (with my defaults)
cargo run
For configuration options run
cargo run -- -h