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 Aqua Data Studio
Access WooCommerce data from tools in Aqua Data Studio such as the Visual Query Builder and the Table Data Editor.
The CData JDBC Driver for WooCommerce integrates WooCommerce data with wizards and analytics in IDEs like Aqua Data Studio. This article shows how to connect to WooCommerce data through the connection manager and execute queries.
Create a JDBC Data Source
You can use the connection manager to define connection properties and save them in a new JDBC data source. The WooCommerce data source can then be accessed from Aqua Data Studio tools.
- In Aqua Data Studio, select Register Server from the Servers menu.
- In the Register Server form, select the 'Generic - JDBC' connection.
- Enter the following JDBC connection properties:
- Name: Enter a name for the data source; for example, WooCommerce.
- Driver Location: Click the Browse button and select the cdata.jdbc.woocommerce.jar file, located in the lib subfolder of the installation directory.
- Driver: Enter the Driver's class name, cdata.jdbc.woocommerce.WooCommerceDriver.
URL: Enter the JDBC URL, which starts with jdbc:woocommerce: and is followed by a semicolon-separated list of connection properties.
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
jdbc:woocommerce:Url=https://example.com/; ConsumerKey=ck_ec52c76185c088ecaa3145287c8acba55a6f59ad; ConsumerSecret=cs_9fde14bf57126156701a7563fc87575713c355e5; InitiateOAuth=GETANDREFRESH
Query WooCommerce Data
You can now query the tables exposed.