Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Connect to WooCommerce Data in RapidMiner
Integrate WooCommerce data with standard components and data source configuration wizards in RapidMiner Studio.
This article shows how you can easily integrate the CData JDBC driver for WooCommerce into your processes in RapidMiner. This article uses the CData JDBC Driver for WooCommerce to transfer WooCommerce data to a process in RapidMiner.
Connect to WooCommerce in RapidMiner as a JDBC Data Source
You can follow the procedure below to establish a JDBC connection to WooCommerce:
- Add a new database driver for WooCommerce: Click Connections -> Manage Database Drivers.
- In the resulting wizard, click the Add button and enter a name for the connection.
- Enter the prefix for the JDBC URL:
jdbc:woocommerce:
- Enter the path to the cdata.jdbc.woocommerce.jar file, located in the lib subfolder of the installation directory.
- Enter the driver class:
cdata.jdbc.woocommerce.WooCommerceDriver
- Create a new WooCommerce connection: Click Connections -> Manage Database Connections.
- Enter a name for your connection.
- For Database System, select the WooCommerce driver you configured previously.
- Enter your connection string in the Host box.
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
You can now use your WooCommerce connection with the various RapidMiner operators in your process. To retrieve WooCommerce data, drag the Retrieve operator from the Operators view. With the Retrieve operator selected, you can then define which table to retrieve in the Parameters view by clicking the folder icon next to the "repository entry." In the resulting Repository Browser, you can expand your connection node to select the desired example set.
Finally, wire the output to the Retrieve process to a result, and run the process to see the WooCommerce data.