I'm new to Apache Superset and have some questions. Hope you guys can answer them:
(1) Is it possible to integrate dashboards via IFrames?
(2) Are there any other ways to integrate dashboards into other web applications.
(3) I found the superset-ui project. It seems to provide the same components that are used in Superset (at least the legacy once). But these are just the pure JavaScript components, right?. I'm wondering how to fetch the data to the components? Does Superset provide an API to fetch the data or do I have to write a backend services on my own.