How to access final delta table for web application or interface.

User16826994223
Databricks Employee
Databricks Employee

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

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

Is there a known best practice solution?