Can Pentaho CDF be integrated in a django webapp for the reporting module of this webapp?
We need to present our data in a "BI user" way, allowing users to explore our data, such as drill-down, click the details... What this the approach we should leverage Pentaho in this scenario?
1) leveraging its CDF to produce charting?
2) leveraging its report designer to design the individual chart?
3) leveraging its report designer to design the dashboard layout? -- it seems that we should have my django app control the layout.
I think my question is related to the following question (just I am thinking of Django instead of Java EE) How can I generate reports containing charts with Pentaho and Java?
Also, these two posts seem to be related to my thinking as well How to build Charts in Pentaho? using xAction or using CDF?
Integrating Pentaho Reporting web frontend with custom Java/JSF application