@Akshay_Petkar wrote:
I am working on a use case where I have streaming data that needs to be displayed in real-time on a live dashboard. The goal is for any new data arriving in the stream to instantly reflect on the dashboard. Is this possible on Databricks? If yes, how can it be achieved?
Yes, Databricks can handle real-time data streaming and dashboarding. Use Auto Loader to ingest data, Spark Structured Streaming to process, Delta Live Tables for storage, and SQL or Notebooks for visualization. Configure your dashboard to refresh automatically or use webhooks for real-time updates.