How to access final delta table for web application or interface.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 10:25 AM
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?