Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Design BIRT Reports on WooCommerce Data
Provide current WooCommerce data to your embedded analytics.
The CData JDBC Driver for WooCommerce integrates connectivity to WooCommerce APIs into your data-driven Java applications. You can use the CData JDBC Driver for WooCommerce with the BIRT (Business Intelligence Reporting Tools) platform to create BIRT reports that reflect changes to your data in real time.
- If you have not already done so, install the BIRT Framework plugin and the Database Development plugin for Eclipse.
- Click File -> New -> Report. The Report Design perspective is opened.
- In the Data Explorer, right-click Data Sources and click New Data Source.
- Select the Create from a Data Source Type in the Following List option and select JDBC Data Source.
- Click Manage Drivers and add the driver JAR, located in the lib subfolder of the installation folder.
- In the Database URL box, enter the JDBC URL containing the connection string.
WooCommerce supports the following authentication methods: one-legged OAuth1.0 Authentication and standard OAuth2.0 Authentication.
Connecting using one-legged OAuth 1.0 Authentication
Specify the following properties (NOTE: the below credentials are generated from WooCommerce settings page and should not be confused with the credentials generated by using WordPress OAuth2.0 plugin):
- ConsumerKey
- ConsumerSecret
Connecting using WordPress OAuth 2.0 Authentication
Your BIRT reports can now pick up any updates to WooCommerce data.
To publish the report to your application server, add the driver JAR to the BIRT Viewer's classpath. For more information, see the CData KB for guides to deploying the JDBC Driver on Java application servers.