<?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: How to access final delta table  for web application or interface. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/39922#M27095</link>
    <description>&lt;P&gt;Hey everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I totally get the frustration of dealing with these complex data layers, but don't worry, you're in the right place for some guidance! Accessing that final delta table through a web interface can indeed be a bit tricky, but it's not an unsolvable puzzle.&lt;/P&gt;&lt;P&gt;Your plan to use a web script running Spark SQL sounds pretty solid. This way, you can leverage the power of Spark to handle the heavy lifting and get the aggregated data. Storing the results in a database like MongoDB and then displaying it in the web UI is a sensible approach too, as it can help with faster retrieval and a smoother user experience.&lt;/P&gt;&lt;P&gt;However, if you're looking for a best practice solution, you might want to consider a microservices architecture. This could involve building a dedicated service that handles the interaction between your Spark cluster and the web UI. By decoupling these components, you could achieve better scalability and maintainability.&lt;/P&gt;&lt;P&gt;I am really glad that you are asking such relevant and important questions on this forum. Mobile development is still gaining popularity right now, and I would recommend you check out this resource to better understand your problem: &lt;A href="https://www.under30ceo.com/modern-mobile-app-development-challenges/" target="_self"&gt;Mobile App Development Industry: Explore Top Challenges in 2023&lt;/A&gt;. Let me know if this has helped you in any way.&lt;/P&gt;&lt;P&gt;User16826994223, about your question, kudos for your initiative! If you're going the Spark SQL route, remember to optimize your queries for performance, and perhaps consider caching if applicable. Also, explore visualization libraries to make your web interface more user-friendly.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 12:08:28 GMT</pubDate>
    <dc:creator>stefanhieslas11</dc:creator>
    <dc:date>2023-08-15T12:08:28Z</dc:date>
    <item>
      <title>How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19343#M12946</link>
      <description>&lt;P&gt;I have a final layer of the gold delta table, that has final aggregated data from silver data . I want to access this final layer  of data  through the WEB interface&lt;/P&gt;&lt;P&gt;I think I need to write a web script that would run the spark SQL behind to get the data. and then i Can write the result set data in soem table like mango db and then show in web ui &lt;/P&gt;&lt;P&gt;Is there a known best practice solution?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:25:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19343#M12946</guid>
      <dc:creator>User16826994223</dc:creator>
      <dc:date>2021-06-25T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19344#M12947</link>
      <description>&lt;P&gt;The real answer depends on your requirements regarding latency, the number of data located - HDFS/S3/...), etc. Possible approaches are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Read data directly using the&amp;nbsp;&lt;A href="https://github.com/delta-io/connectors/wiki/Delta-Standalone-Reader" alt="https://github.com/delta-io/connectors/wiki/Delta-Standalone-Reader" target="_blank"&gt;Delta Standalone Reader&lt;/A&gt;&amp;nbsp;library for JVM, or via&amp;nbsp;&lt;A href="https://github.com/delta-io/delta-rs" alt="https://github.com/delta-io/delta-rs" target="_blank"&gt;delta-rs library&lt;/A&gt;&amp;nbsp;that works with Rust/Python/Ruby&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:27:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19344#M12947</guid>
      <dc:creator>User16826994223</dc:creator>
      <dc:date>2021-06-25T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19345#M12948</link>
      <description>&lt;P&gt;Is there any update on this topic? &lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 11:07:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/19345#M12948</guid>
      <dc:creator>Altay</dc:creator>
      <dc:date>2023-03-17T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/39922#M27095</link>
      <description>&lt;P&gt;Hey everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I totally get the frustration of dealing with these complex data layers, but don't worry, you're in the right place for some guidance! Accessing that final delta table through a web interface can indeed be a bit tricky, but it's not an unsolvable puzzle.&lt;/P&gt;&lt;P&gt;Your plan to use a web script running Spark SQL sounds pretty solid. This way, you can leverage the power of Spark to handle the heavy lifting and get the aggregated data. Storing the results in a database like MongoDB and then displaying it in the web UI is a sensible approach too, as it can help with faster retrieval and a smoother user experience.&lt;/P&gt;&lt;P&gt;However, if you're looking for a best practice solution, you might want to consider a microservices architecture. This could involve building a dedicated service that handles the interaction between your Spark cluster and the web UI. By decoupling these components, you could achieve better scalability and maintainability.&lt;/P&gt;&lt;P&gt;I am really glad that you are asking such relevant and important questions on this forum. Mobile development is still gaining popularity right now, and I would recommend you check out this resource to better understand your problem: &lt;A href="https://www.under30ceo.com/modern-mobile-app-development-challenges/" target="_self"&gt;Mobile App Development Industry: Explore Top Challenges in 2023&lt;/A&gt;. Let me know if this has helped you in any way.&lt;/P&gt;&lt;P&gt;User16826994223, about your question, kudos for your initiative! If you're going the Spark SQL route, remember to optimize your queries for performance, and perhaps consider caching if applicable. Also, explore visualization libraries to make your web interface more user-friendly.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 12:08:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/39922#M27095</guid>
      <dc:creator>stefanhieslas11</dc:creator>
      <dc:date>2023-08-15T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/97315#M39474</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/84883"&gt;@stefanhieslas11&lt;/a&gt;&amp;nbsp;Thanks for your input. However, are there other approaches to avoid staging databases like Cosmos or Mongo DB as input to web applications and directly fetch from delta tables while maintaining the read performance? Much appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 09:36:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/97315#M39474</guid>
      <dc:creator>shadowinc</dc:creator>
      <dc:date>2024-11-02T09:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to access final delta table  for web application or interface.</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/97332#M39476</link>
      <description>&lt;P&gt;You can also use direct statement execution from databricks:&amp;nbsp;&lt;A href="https://docs.databricks.com/api/workspace/statementexecution" target="_blank"&gt;https://docs.databricks.com/api/workspace/statementexecution&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 22:43:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-access-final-delta-table-for-web-application-or-interface/m-p/97332#M39476</guid>
      <dc:creator>h_h_ak</dc:creator>
      <dc:date>2024-11-02T22:43:27Z</dc:date>
    </item>
  </channel>
</rss>

