Export a Dataiku web app on an external website

DATA33
Level 1
Export a Dataiku web app on an external website

Hi every one,

I am developing a web app on dataiku which is based on data sets that I have on the platform but I would like the web app to be available on my personal site for users.

For example, a weather forecast web app coded in Python (Bokeh) which can be used by people who do not have Dataiku and go to an average meteorological site.

Is this possible ? Do you have any advices ?

0 Kudos
3 Replies
Turribeach

Of course this is possible. Just connect to the Dataiku server using the Python APIs and retrieve the dataset:

https://developer.dataiku.com/latest/concepts-and-examples/client.html

https://developer.dataiku.com/latest/concepts-and-examples/datasets/datasets-data.html

 

DATA33
Level 1
Author

Thank you it helps me a lot ! 

But can I build entierly a web app in Dataiku then export it in another web site calling this app ? 

0 Kudos
Turribeach

There is no built-in functionality to export Web apps but you should be able to copy/paste code. In any case if you are developing an external webapp it wouldn't make sense to develop it inside Dataiku.

0 Kudos