<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Streamlit alternative in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/150045#M4958</link>
    <description>&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-9" class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;SPAN&gt;I have had good results using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="markdown-bold-text"&gt;Dash&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit.&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;STRONG&gt;&lt;SPAN class="markdown-bold-text"&gt;Why Dash works well for your use case:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="11" data-markdown-raw="**Why Dash works well here**"&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-12" class="markdown-section chat-fade-in" data-section-index="12" data-markdown-raw="- **Charts**: Plotly (built into Dash) gives you interactive charts and good performance.
- **Editable grids**: You can use `dash-ag-grid` or similar components for editable tables that feel responsive.
- **Databricks Apps**: Dash runs well on Databricks Apps; you can deploy it as an ASGI app (e.g. with `uvicorn`) and connect to your SQL warehouse or Delta tables."&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Charts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Plotly (built into Dash) gives you interactive charts and good performance.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Editable grids&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: You can use&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-inline-code leading-[1.4]"&gt;&lt;SPAN&gt;dash-ag-grid&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or simila&lt;/SPAN&gt;&lt;SPAN&gt;r components for e&lt;/SPAN&gt;&lt;SPAN&gt;ditable tables that&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;feel responsive.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Dat&lt;/SPAN&gt;&lt;SPAN&gt;abricks Apps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Dash&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;runs well on Databrick&lt;/SPAN&gt;&lt;SPAN&gt;s Apps; you can deploy it as an&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;ASGI app (e&lt;/SPAN&gt;&lt;SPAN&gt;.g. with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-inline-code leading-[1.4]"&gt;&lt;SPAN&gt;uvicorn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;) and connect to your SQL wareh&lt;/SPAN&gt;&lt;SPAN&gt;ouse or Delta tables.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="14" data-markdown-raw="**Example app**"&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="14" data-markdown-raw="**Example app**"&gt;&lt;STRONG&gt;Example from an app I built last week:&lt;/STRONG&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-16" class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;built a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Skills&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;app with Dash that includes&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;editable prof&lt;/SPAN&gt;&lt;SPAN&gt;ile fields, skill t&lt;/SPAN&gt;&lt;SPAN&gt;oggles, and interactive UI. It’s deployed on D&lt;/SPAN&gt;&lt;SPAN&gt;atabricks Apps and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses Lakebase Postgres plus Delta&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;tables. The structure is similar to what you’re&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;describing: editable data&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and interactive&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;components.&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-18" class="markdown-section chat-fade-in" data-section-index="18" data-markdown-raw="**Performance tips**"&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Here are a few ways you could improve the performance of your app:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-19" class="markdown-section chat-fade-in" data-section-index="19" data-markdown-raw="- **Cluster size**: As others mentioned, increasing cluster size can help, especially for heavier queries.
- **Query optimization**: Use SQL warehouse connection pooling and avoid re-running large queries on every interaction. Cache results where possible.
- **Lazy loading**: Load data only when needed (e.g. when a tab or section is opened) instead of loading everything up front."&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Cluster siz&lt;/SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: As others mentioned, increasing clu&lt;/SPAN&gt;&lt;SPAN&gt;ster size can help, e&lt;/SPAN&gt;&lt;SPAN&gt;specially for heavier queries&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Query optimization&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Use SQL warehouse&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;connection pooling and avoid re-r&lt;/SPAN&gt;&lt;SPAN&gt;unning large queries on ever&lt;/SPAN&gt;&lt;SPAN&gt;y interaction. Cach&lt;/SPAN&gt;&lt;SPAN&gt;e results where po&lt;/SPAN&gt;&lt;SPAN&gt;ssible.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Lazy loading&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Load data only when n&lt;/SPAN&gt;&lt;SPAN&gt;eeded (e.g. when a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;tab or section is opened) inst&lt;/SPAN&gt;&lt;SPAN&gt;ead of loading everything up front.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-21" class="markdown-section chat-fade-in" data-section-index="21" data-markdown-raw="If you’d like, I can share more about how the Skills Navigator app is structured or how we handle Delta table access from Dash."&gt;&lt;SPAN&gt;If you&lt;/SPAN&gt;&lt;SPAN&gt;’d like, I can sh&lt;/SPAN&gt;&lt;SPAN&gt;are more abo&lt;/SPAN&gt;&lt;SPAN&gt;ut how the S&lt;/SPAN&gt;&lt;SPAN&gt;kills app is structured or ho&lt;/SPAN&gt;&lt;SPAN&gt;w we handle Delta table access from Das&lt;/SPAN&gt;&lt;SPAN&gt;h.&lt;/SPAN&gt;&lt;/SECTION&gt;</description>
    <pubDate>Fri, 06 Mar 2026 23:40:37 GMT</pubDate>
    <dc:creator>mccuistion</dc:creator>
    <dc:date>2026-03-06T23:40:37Z</dc:date>
    <item>
      <title>Streamlit alternative</title>
      <link>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/149944#M4949</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a simple app that contains an editable grid and displays some graphs. The Streamlit app is slow, and end users need a faster solution. We are using sql warehouse (serverless)&lt;/P&gt;&lt;P&gt;The app will show data of the existing delta tables and user will edit the data into a grid. We also need to plot some charts&lt;/P&gt;&lt;P&gt;What would be a good alternative for building an app on Databricks?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 01:55:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/149944#M4949</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-03-06T01:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Streamlit alternative</title>
      <link>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/149948#M4950</link>
      <description>&lt;P&gt;Well for me streamlit is a good framework to build simple app and to prototype them. In my opinion a good framework can be dash.&lt;/P&gt;&lt;P&gt;did you try to increase the cluster size?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 03:05:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/149948#M4950</guid>
      <dc:creator>Ale_Armillotta</dc:creator>
      <dc:date>2026-03-06T03:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Streamlit alternative</title>
      <link>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/150045#M4958</link>
      <description>&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-9" class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;SPAN&gt;I have had good results using&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="markdown-bold-text"&gt;Dash&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit.&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="9" data-markdown-raw="I work at Databricks and have had good results using **Dash** for apps that need charts and interactive UIs. It’s a solid option if you’re moving beyond Streamlit."&gt;&lt;STRONG&gt;&lt;SPAN class="markdown-bold-text"&gt;Why Dash works well for your use case:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="11" data-markdown-raw="**Why Dash works well here**"&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-12" class="markdown-section chat-fade-in" data-section-index="12" data-markdown-raw="- **Charts**: Plotly (built into Dash) gives you interactive charts and good performance.
- **Editable grids**: You can use `dash-ag-grid` or similar components for editable tables that feel responsive.
- **Databricks Apps**: Dash runs well on Databricks Apps; you can deploy it as an ASGI app (e.g. with `uvicorn`) and connect to your SQL warehouse or Delta tables."&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Charts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Plotly (built into Dash) gives you interactive charts and good performance.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Editable grids&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: You can use&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-inline-code leading-[1.4]"&gt;&lt;SPAN&gt;dash-ag-grid&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or simila&lt;/SPAN&gt;&lt;SPAN&gt;r components for e&lt;/SPAN&gt;&lt;SPAN&gt;ditable tables that&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;feel responsive.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Dat&lt;/SPAN&gt;&lt;SPAN&gt;abricks Apps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Dash&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;runs well on Databrick&lt;/SPAN&gt;&lt;SPAN&gt;s Apps; you can deploy it as an&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;ASGI app (e&lt;/SPAN&gt;&lt;SPAN&gt;.g. with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-inline-code leading-[1.4]"&gt;&lt;SPAN&gt;uvicorn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;) and connect to your SQL wareh&lt;/SPAN&gt;&lt;SPAN&gt;ouse or Delta tables.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="14" data-markdown-raw="**Example app**"&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="14" data-markdown-raw="**Example app**"&gt;&lt;STRONG&gt;Example from an app I built last week:&lt;/STRONG&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-16" class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;built a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Skills&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;app with Dash that includes&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;editable prof&lt;/SPAN&gt;&lt;SPAN&gt;ile fields, skill t&lt;/SPAN&gt;&lt;SPAN&gt;oggles, and interactive UI. It’s deployed on D&lt;/SPAN&gt;&lt;SPAN&gt;atabricks Apps and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;uses Lakebase Postgres plus Delta&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;tables. The structure is similar to what you’re&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;describing: editable data&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and interactive&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;components.&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;/SECTION&gt;
&lt;SECTION class="markdown-section chat-fade-in" data-section-index="16" data-markdown-raw="I built a **Skills Navigator** app with Dash that includes editable profile fields, skill toggles, and interactive UI. It’s deployed on Databricks Apps and uses Lakebase Postgres plus Delta tables. The structure is similar to what you’re describing: editable data and interactive components."&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-18" class="markdown-section chat-fade-in" data-section-index="18" data-markdown-raw="**Performance tips**"&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Here are a few ways you could improve the performance of your app:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-19" class="markdown-section chat-fade-in" data-section-index="19" data-markdown-raw="- **Cluster size**: As others mentioned, increasing cluster size can help, especially for heavier queries.
- **Query optimization**: Use SQL warehouse connection pooling and avoid re-running large queries on every interaction. Cache results where possible.
- **Lazy loading**: Load data only when needed (e.g. when a tab or section is opened) instead of loading everything up front."&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Cluster siz&lt;/SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: As others mentioned, increasing clu&lt;/SPAN&gt;&lt;SPAN&gt;ster size can help, e&lt;/SPAN&gt;&lt;SPAN&gt;specially for heavier queries&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Query optimization&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Use SQL warehouse&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;connection pooling and avoid re-r&lt;/SPAN&gt;&lt;SPAN&gt;unning large queries on ever&lt;/SPAN&gt;&lt;SPAN&gt;y interaction. Cach&lt;/SPAN&gt;&lt;SPAN&gt;e results where po&lt;/SPAN&gt;&lt;SPAN&gt;ssible.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="markdown-bold-text"&gt;&lt;SPAN&gt;Lazy loading&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;: Load data only when n&lt;/SPAN&gt;&lt;SPAN&gt;eeded (e.g. when a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;tab or section is opened) inst&lt;/SPAN&gt;&lt;SPAN&gt;ead of loading everything up front.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/SECTION&gt;
&lt;SECTION id="markdown-section-0c1a9aa6-c65b-41de-80e4-077354df9f28-21" class="markdown-section chat-fade-in" data-section-index="21" data-markdown-raw="If you’d like, I can share more about how the Skills Navigator app is structured or how we handle Delta table access from Dash."&gt;&lt;SPAN&gt;If you&lt;/SPAN&gt;&lt;SPAN&gt;’d like, I can sh&lt;/SPAN&gt;&lt;SPAN&gt;are more abo&lt;/SPAN&gt;&lt;SPAN&gt;ut how the S&lt;/SPAN&gt;&lt;SPAN&gt;kills app is structured or ho&lt;/SPAN&gt;&lt;SPAN&gt;w we handle Delta table access from Das&lt;/SPAN&gt;&lt;SPAN&gt;h.&lt;/SPAN&gt;&lt;/SECTION&gt;</description>
      <pubDate>Fri, 06 Mar 2026 23:40:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/streamlit-alternative/m-p/150045#M4958</guid>
      <dc:creator>mccuistion</dc:creator>
      <dc:date>2026-03-06T23:40:37Z</dc:date>
    </item>
  </channel>
</rss>

