Hello everyone
I want to create a BI powerful dashboard for our company. I think, there are two ways for it. The first way is to use flask framework to create an API, and then use the UI framework for visualizing data. Another Way is use UI framework such as streamlit framework or dash framework. Which one of them is the best approach for creating a powerful dashboard?
I appreciate you all.
best regards
If I really need to build a fully customized BI-like thing, I would try a framework like streamlit first.
With Flask you will have to pick or write a lot of other components: frontend framework, frontend components, APIs, visualization library, etc.