Importing a custom webapp on Dataiku

Solved!
vishet
Level 3
Importing a custom webapp on Dataiku

Hi,

I have a custom webapp that contains multiple html files in addition to js and css files and I would like to add that to the dataiku platform and add that to my plugin. Is there is a way to do that? 

0 Kudos
1 Solution
StanG
Dataiker

I guess what you want to do is a HTML/JS webapp.
For an example, you can look at this plugin that contains a webapp: https://github.com/dataiku/dss-plugin-decision-tree-builder

View solution in original post

0 Kudos
5 Replies
StanG
Dataiker

Hi,
You can create a code webapp in DSS and then convert it into a plugin webapp.
For more information: https://doc.dataiku.com/dss/latest/plugins/reference/webapps.html
Then, you can add your HTML/JS/CSS files to the plugin folder (under /resource/) to use them in the plugin webapp.

0 Kudos
vishet
Level 3
Author

Hi,

Thank you for your response. Is there an example that I can look at? I mean the folder structure among others?

Also, should it be a simple HTML/JS web app or should I use a Bokeh web app? Please advice

0 Kudos
StanG
Dataiker

I guess what you want to do is a HTML/JS webapp.
For an example, you can look at this plugin that contains a webapp: https://github.com/dataiku/dss-plugin-decision-tree-builder

0 Kudos
ktgross15
Dataiker

There are also some great courses on the academy which you can follow to learn how to build web apps in DSS: https://academy.dataiku.com/web-apps-in-dataiku-dss

vishet
Level 3
Author
0 Kudos