![]() |
VOOZH | about |
MicroStrategy is an analytics and mobility platform that enables data-driven innovation. When you pair MicroStrategy with the CData JDBC Driver for Adobe Commerce, you gain database-like access to live Adobe Commerce data from MicroStrategy, expanding your reporting and analytics capabilities. In this article, we walk through adding Adobe Commerce as an external data source in MicroStrategy Web and creating a simple visualization of Adobe Commerce data.
The CData JDBC driver offers unmatched performance for interacting with live Adobe Commerce data in MicroStrategy due to optimized data processing built into the driver. When you issue complex SQL queries from MicroStrategy to Adobe Commerce, the driver pushes supported SQL operations, like filters and aggregations, directly to Adobe Commerce and utilizes the embedded SQL engine to process unsupported operations (often SQL functions and JOIN operations) client-side. With built-in dynamic metadata querying, you can visualize and analyze Adobe Commerce data using native MicroStrategy data types.
You can connect to Adobe Commerce in MicroStrategy Web by adding a data source based on the CData JDBC Driver for Adobe Commerce.* Before you begin, you will need install the JDBC Driver for Adobe Commerce on the machine hosting the MicroStrategy Intelligence Server that your instance of MicroStrategy Web is connected to. Once you have created a data source you can build dynamic visualizations of Adobe Commerce data in MicroStrategy Web.
JDBC;MSTR_JDBC_JAR_FOLDER=PATH\TO\JAR\;DRIVER=cdata.jdbc.adobe commerce.Adobe CommerceDriver;URL={jdbc:adobe commerce:OAuthClientId=MyConsumerKey;OAuthClientSecret=MyConsumerSecret;CallbackURL=http://127.0.0.1:33333;Url=https://myAdobe Commercehost.com;};
π Configure the data source.Adobe Commerce uses the OAuth 1 authentication standard. To connect to the Adobe Commerce REST API, obtain values for the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties by registering an app with your Adobe Commerce system. See the "Getting Started" section in the help documentation for a guide to obtaining the OAuth values and connecting.
You will also need to provide the URL to your Adobe Commerce system. The URL depends on whether you are using the Adobe Commerce REST API as a customer or administrator.
Customer: To use Adobe Commerce as a customer, make sure you have created a customer account in the Adobe Commerce homepage. To do so, click Account -> Register. You can then set the URL connection property to the endpoint of your Adobe Commerce system.
Administrator: To access Adobe Commerce as an administrator, set CustomAdminPath instead. This value can be obtained in the Advanced settings in the Admin menu, which can be accessed by selecting System -> Configuration -> Advanced -> Admin -> Admin Base URL.
If the Use Custom Admin Path setting on this page is set to YES, the value is inside the Custom Admin Path text box; otherwise, set the CustomAdminPath connection property to the default value, which is "admin".
For assistance in constructing the JDBC URL, use the connection string designer built into the Adobe Commerce JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.adobe commerce.jar
Fill in the connection properties and copy the connection string to the clipboard.
π Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)When you configure the JDBC URL, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
Using the CData JDBC Driver for Adobe Commerce in MicroStrategy Web, you can easily create robust visualizations and reports on Adobe Commerce data. Read our other articles on connecting to Adobe Commerce in MicroStrategy and connecting to Adobe Commerce in MicroStrategy Desktop for more examples.
Note: Connecting using a JDBC Driver requires a 3- or 4-Tier Architecture.
Download a free trial of the Adobe Commerce Driver to get started:
Download NowLearn more:
π Adobe Commerce IconRapidly create and deploy powerful Java applications that integrate with Adobe Commerce including Customers, Inventory, Products, Orders, and more!