How to create a dashboard from rest service inside pentaho?

979 views Asked by At

I am creating Pentaho dashboard, currently it has 3 ways to feed data. I need to provide the data to the dasbhboard through a rest service. Is it possible? If possible how can i make it?Please provide some samples.

1

There are 1 answers

5
nsousa On BEST ANSWER

CDA, the data access plugin is itself a REST service. And it accepts as a datasource a PDI transformation which can in turn connect to other RESTful services to get data out and process it.