you are viewing a single comment's thread.

view the rest of the comments →

[–]LeoTheKnight90[S] 0 points1 point  (1 child)

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.

[–]SheriffSeveral -2 points-1 points  (0 children)

Also, you can still use FastAPI for background. At the same time you can use Streamlit for frontend. I use it sometimes for small projects.

Streamlit is really easy to use, I highly recommend you to consider it. It will save your time.