You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: