Javascript API Dataset
MgDv
Dataiku DSS Core Concepts, Registered Posts: 3 ✭✭✭✭
Hi All
How can show a dataset in a web app using just javascript api?
Any example?
Thanks
Tagged:
Answers
-
Hi,
You will find in DSS templates of webapps that will showcase the javascript api to read a dataset.
To do so, from the Webapps screen,
- click on "New Webapp > Code Webapp > Standard > Simple web app to get started"
- chose a name
- create the webapp
Other steps will be required. But they are documented in the webapp directly: for example you can in this case to go to the webapp settings and allow to read data from the dataset you want to read from.
I hope this helps.
Regards,