agreg-server/server/app
Alexis Fourmaux aa72971627 feat: use connection pool instead of a single shared connection
This is useful for multitask environments (like the API), to avoid
conflicts
2026-05-11 21:46:21 +02:00
..
adapters feat: use connection pool instead of a single shared connection 2026-05-11 21:46:21 +02:00
core feat: add API to get daily consumption 2026-05-11 21:46:21 +02:00
domain feat: add API to get daily consumption 2026-05-11 21:46:21 +02:00
infrastructure feat: use connection pool instead of a single shared connection 2026-05-11 21:46:21 +02:00
ports feat: add API to get daily consumption 2026-05-11 21:46:21 +02:00
services fix: query when only 1 data per day, or 1 day selected 2026-05-11 21:46:21 +02:00
.dockerignore refacto: reorganize files to easily add an API service 2026-05-11 21:46:21 +02:00
api.py feat: add API to get daily consumption 2026-05-11 21:46:21 +02:00
consumer.py feat: use connection pool instead of a single shared connection 2026-05-11 21:46:21 +02:00
dependencies.py feat: use connection pool instead of a single shared connection 2026-05-11 21:46:21 +02:00
Dockerfile feat: add API to get daily consumption 2026-05-11 21:46:21 +02:00
requirements.txt fix: query when only 1 data per day, or 1 day selected 2026-05-11 21:46:21 +02:00