Superset for different applications

HI, I have installed apache superset in a server. There are other jmix applications running on other ports of the servers. How do i integrate individual dashboards created in the superset for respective applications. Thanks in advance.

Hi,
If you know the url I think with BrowserFrame BrowserFrame :: Jmix Documentation
I not used Apache Superset until now but thanks for idea.

LE. Also look at https://demo.jmix.io/sampler/#main/3/sample?id=browserframe-url

Hi,
My post was for version jmix 1.x.
For jmix 2.x use example from this link https://demo.jmix.io/ui-samples/sample/iframe-pdf

Look I insert my web page into blank view.
image

code

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<view xmlns="http://jmix.io/schema/flowui/view"
      title="msg://mywebpageView.title">
    <layout>
        <hbox height="100%" width="100%">
            <iframe resource="https://whatever.com" width="100%" height="100%" css="border: unset;"/>
        </hbox>
    </layout>
</view>

LE. I have a cookie, but I can’t escape it. Appear after every page.
Who know, how we can escape by cookies?

Hello!

Using the Superset – Jmix add-on you can embed dashboards from Superset. For Jmix application you just need to configure the Superset URL and credentials.

If dashboards require databases from applications you can configure connections for different databases, see example of creating DB connection in Superset: Dataset :: Jmix Documentation.

1 Like

Hi Roman,

Thank you for your reply.
Now I have a new and a great tools.