Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-evaluate the use of FastAPI and uvicorn framework for the forecasting component. #28

Open
ema-pe opened this issue Dec 2, 2024 · 0 comments
Labels
forecaster Related to the forecaster component (dfaas-agent) refactoring

Comments

@ema-pe
Copy link
Collaborator

ema-pe commented Dec 2, 2024

The forecaster component (under docker/forecaster directory) is implemented in Python using the uvicorn and FastAPI frameworks. The implementation is really simple, about 100 lines of code. I think we can remove these advanced frameworks and just use a simpler framework (I am not sure if Python has a default HTTP server like Go). This should make the component easier to maintain.

@ema-pe ema-pe added refactoring forecaster Related to the forecaster component (dfaas-agent) labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forecaster Related to the forecaster component (dfaas-agent) refactoring
Projects
None yet
Development

No branches or pull requests

1 participant