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?
Best Answer
-
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
Answers
-
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. -
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
-
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
-
Thank you for your response. Please check this out https://community.dataiku.com/t5/Plugins-Extending-Dataiku-DSS/Importing-resources-to-a-webapp/m-p/13080#M775