Is Streamlit ideal for developing my Dashboard App?

Good morning everyone… I have developed an application in python to capture data from various production lines and this data is recorded in a database (postgres).

I currently have a user interface developed with PySimpleGUI and I have been wanting to migrate it to a web app for some time.

This interface consists of a simple control panel + dashboard where operators can interact with the system (login, start, stop, select machine, etc.) and view the quantities and OEE of the machines.

My question is whether making the web app with Streamlit is the most appropriate, since from what little I know, it gives me the feeling that it is more oriented to data analysis.

Thanks

Asimple exaple:

2 Likes

I have a multipage app with 7 different dashboards for my coworkes to use and access simultaneously. I’m pretty sure you can achieve the same for your app!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.