Can Web Apps be embedded in an external website?

Options
Meredith
Meredith Registered Posts: 1 ✭✭✭✭
I would like to know if there is a way to embed a dashboard or web app into an external website, so that the visualization would be updated when the web app/dashboard is updated in DSS.

Best Answer

Answers

  • jereze
    jereze Alpha Tester, Dataiker Alumni Posts: 190 ✭✭✭✭✭✭✭✭
    Options

    Hi Meredith,

    As of DSS 2.2, here is what you can do:

    • Embed a web app externally (you can find the URL of the iframe with a browser inspector)
    • Connect to your datasets with the Javascript API (and create your own visualizations with D3 for example)
    • More tricky: create a webapp with a backend Python and serve via an API what you'd like

    You cannot expose a DSS Dashboard (or graph) externally. It is a feature that we have in mind but no ETA yet.

    I hope that helps.

    Jeremy from Dataiku

  • Graham_E
    Graham_E Registered Posts: 14 ✭✭✭✭
    Options
    Hi Jeremy,

    I came across this post almost 2 years after it was made and I am wondering if there are any updates on it. Thanks!
  • aitoufkm
    aitoufkm Partner, Registered Posts: 7 Partner
    Options

    Hi,

    I am also interested if there is a way to expose web-app externally (in 2020)

    Thank you!

  • marawan
    marawan Partner, Registered Posts: 19 Partner
    Options

    hey @Alex_Combessie
    quick follow up question, would it be technically possible to implement the same taxi fares application you mentioned fully on the API Node, so that it's externally visible? I know that we can implement it using the Dataiku web apps as explained in the blog post, but is it then possible to move this application (with some modification) to be served by the API Node? I mean using the API Node to serve both the static HTML/JS content + the REST API calls

  • Alex_Combessie
    Alex_Combessie Alpha Tester, Dataiker Alumni Posts: 539 ✭✭✭✭✭✭✭✭✭
    Options

    Hi,

    This taxi fare webapp is a simple Flask app for the front-end, with a Python backend calling the API node endpoint. It's public as it's hosted on an external web server.

    You need a web server to serve the front-end. Dataiku API nodes are meant to be used in the backend.

    Cheers,

    Alex

  • Anshul-BKT
    Anshul-BKT Registered Posts: 2 ✭✭✭
    Options

    hi Alex,

    New to DSS.

    I understand your response, however, I'm only limiting the exposure of the DSS generated webapp to a smaller group of users within an organization. Following is what I'm trying to achieve:

    1. Use a dataset(DB/CSV/XLS files) and create ML models to generate data driven insights.
    2. Expose insights through charts, graphs, tables, heatmaps using DSS dashboard.
    3. Embed these dashboards into DSS driven webapps( not using APIs ) deployed on, say Apache web-server on a client premise.

    Is the above possible? Most interested in knowing if #3 can be achieved through clicks?

    Alternately, is it possible to embed DSS generated graphics, as on DSS dashboard, into webapps through API calls?

    Thanks for your help.

  • Alex_Combessie
    Alex_Combessie Alpha Tester, Dataiker Alumni Posts: 539 ✭✭✭✭✭✭✭✭✭
    Options

    Hi,

    From what you have explained, it looks like you could achieve your goal without using webapps.

    Use a dataset(DB/CSV/XLS files) and create ML models to generate data-driven insights. This can be done using DSS visual Flow and AutoML features.

    Expose insights through charts, graphs, tables, heatmaps using DSS dashboard. This can be done in visual DSS dashboards.

    Embed these dashboards into DSS driven webapps( not using APIs ) deployed on, say Apache web-server on a client premise. No need to embed these dashboards, you can share dashboards directly with your end-users. Note that as of today, it is required for these end-users to have a DSS account, for security reasons.

    Since you are new to DSS, perhaps starting with this guide on core concepts would help?

    Hope it helps,

    Alex

  • Anshul-BKT
    Anshul-BKT Registered Posts: 2 ✭✭✭
    Options

    Hi Alex,
    Thanks for your reply.


    I appreciate the direct dashboard link. Very useful. So, this is still a HTTP URL. correct? Something that users can bookmark in their browsers for easy access.

    Organizations prefer their own logo for the users and don't want to see references to say "Search DSS..." or "Dataiku" labels or logos. These are non-technical business users, who are a bit picky about what they use or show. There may be some way to overlay organization's logo and labels, which I will explore through the tutorials, however, if you provide me a direct link, I will bookmark it.

    We intend to use Dataiku for providing AutoML solutions through workflows behind the scene to help business users make data driven decisions. This user base is only interested in the end result and all the works flows need to be hidden away from them. Currently, I'm taking up the tutorials and learning through the basic instance of Dataiku, however, soon we will require a more scalable version.

    Appreciate all your help.

  • Alex_Combessie
    Alex_Combessie Alpha Tester, Dataiker Alumni Posts: 539 ✭✭✭✭✭✭✭✭✭
    Options

    Hi,

    Yes, dashboard readers will get an HTTP/HTTPS URL which they can open with their DSS login. These readers will only be able to see the dashboards they have been granted access to, but not the rest of the projects (Flow, Visual ML, ...).

    At the moment, we do not offer options to hide the Dataiku logos and buttons. I will log that as a feature request in our product backlog.

    Best regards,

    Alex

  • Marlan
    Marlan Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Dataiku Frontrunner Awards 2021 Participant, Neuron 2023 Posts: 317 Neuron
    Options

    Hi @Anshul-BKT
    ,

    Public web apps is another option. https://doc.dataiku.com/dss/latest/webapps/public.html

    More work certainly to develop but you have more control and can provide access to users who don't have a DSS login.

    Marlan

Setup Info
    Tags
      Help me…