Tag: Streamlit
All the articles with the tag "Streamlit".
-
Building a data quality dashboard on top of Tuva's DQI mart
Tuva's DQI mart produces fill rates and anomaly flags for every input field in a claims dataset. Here's how to surface that in a Streamlit dashboard with meaningful visualizations.
-
Building a multipage Streamlit app with st.navigation() — the modern way
Streamlit 1.31 added st.navigation() as the modern replacement for the pages/ directory convention. Here's how the new API works and why it's better for anything beyond a simple demo.
-
Connecting Streamlit to DuckDB: read-only mode and the lock problem
A Streamlit app reading from a DuckDB file while dbt might be writing to it requires read-only mode and careful connection handling. Here's the pattern that works.
-
Deploying a Streamlit analytics app in one afternoon
Streamlit Community Cloud deploys directly from a GitHub repo. Here's the exact setup for a multipage analytics app with a DuckDB backend — including requirements.txt, secrets, and the database file.