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 ?
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,072 Neuron
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
-
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 ? -
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,072 Neuron
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.