Just a study using Quarkus for raspberry temperature monitoring
The idea is to use this project to study Quarkus and related technologies.
This is a summary of the project goals:
Basic structure
- Get the current temperature
- Create an object with the current temperature
- Get a list of previous temperatures
Deployment
- Adds deploy with docker
Database
- Adds a real database, PostgreSQL or similar
Enhance the list endpoint
- Accept a date range as parameter
- Adapt a list of previous temperatures with a default range to prevent querying all database
Coding
quarkus dev
Deploy
make measure
👤 Vinicius Kammradt
Give a ⭐️ if this project helped you!