CDA Data Sources

Community Data Access ..

A CDA (Community Data Access) file in Pentaho CTools is a configuration file written in XML format that defines how to access and retrieve data for dashboards and reports. It acts as an abstraction layer between the dashboard and various data sources, allowing developers to define multiple database queries, cached results, and parametrized data access without exposing the underlying complexity to the frontend.

CDA files support various data sources including SQL databases, MDX queries, scripting languages like JavaScript, and even Kettle transformations. They include features like query parameterization, result caching, and data transformation capabilities, making them a crucial component for efficient data handling in Pentaho dashboards.

CDA Dashboard - Top 50 customers

Before we begin our CTools journey, let's review some CDA samples ..

  1. Log into Pentaho User Console as Administrator.

Link to Pentaho Repository.
  1. Select Browse Files.

  2. Navigate to: 'Public - CTools Dashboard - CDA' folder

  3. Highlight the CDA folder.

CDA samples

Last updated

Was this helpful?