This project demonstrates how smart meter interval data stored in PostgreSQL can be transformed into a full analytics workflow and exposed through a FastAPI backend for web applications.
Abstract: This paper provides a performance evaluation of a dynamic RESTful API architecture suitable for IoT deployments. The framework, developed with Python's FastAPI, PostgreSQL, and Nginx and ...
backend/ ├── src/ │ ├── api/ # API layer │ │ ├── routes/ # Endpoint route definitions │ │ └── dependencies/ # Dependency injection ...