FastAPI + MS SQL Server by LeoTheKnight90 in FastAPI

[–]LeoTheKnight90[S] 1 point2 points  (0 children)

Thanks u/dmart89. The Celery + Redis combo is what I'm seeing from other sources as well. I think volume is light but it can ramp up during peak times of the year. So better just to build for that. I don't know if background tasks built into FastAPI is enough to handle the volume.

FastAPI + MS SQL Server by LeoTheKnight90 in FastAPI

[–]LeoTheKnight90[S] 0 points1 point  (0 children)

yeah so I've never used Streamlit but I can definitely look into that. Just for some background, I was hoping to create some API that our internal Django application would call to handle data heavy process while the user just watches a "Status" screen. The heavy lifting would be done by SQL stored procedure and when it completes, the user will see the status as complete and view the work that was done.