![]() |
VOOZH | about |
Denodo Platform is a data virtualization product providing a single point of contact for enterprise database data. When paired with the CData JDBC Driver for IBM Cloud Object Storage, Denodo users can work with live IBM Cloud Object Storage data alongside other enterprise data sources. This article explains how to create a virtual data source for IBM Cloud Object Storage in the Denodo Virtual DataPort Administrator.
With built-in optimized data processing, the CData JDBC Driver offers unmatched performance for interacting with live IBM Cloud Object Storage data. When you issue complex SQL queries to IBM Cloud Object Storage, the driver pushes supported SQL operations, like filters and aggregations, directly to IBM Cloud Object Storage and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze IBM Cloud Object Storage data using native data types.
To connect to live IBM Cloud Object Storage data from Denodo, you need to copy the JDBC Driver JAR file to the external library directory for Denodo and create a new JDBC Data Source from the Virtual DataPort Administrator tool.
Database URI: Set this to a JDBC URL using the necessary connection properties. For example,
jdbc:ibmcloudobjectstorage:ApiKey=myApiKey;CloudObjectStorageCRN=MyInstanceCRN;Region=myRegion;OAuthClientId=MyOAuthClientId;OAuthClientSecret=myOAuthClientSecret;
π Configuring the JDBC connection (NetSuite is shown).Information on creating the Database URI follows:
For assistance in constructing the JDBC URL, use the connection string designer built into the IBM Cloud Object Storage JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.ibmcloudobjectstorage.jar
Fill in the connection properties and copy the connection string to the clipboard.
If you do not already have Cloud Object Storage in your IBM Cloud account, follow the procedure below to install an instance of SQL Query in your account:
There are certain connection properties you need to set before you can connect. You can obtain these as follows:
To connect with IBM Cloud Object Storage, you need an API Key. You can obtain this as follows:
If you have multiple accounts, specify the CloudObjectStorageCRN explicitly. To find the appropriate value, you can:
You can now set the following to connect to data:
When you connect, the connector completes the OAuth process.
After creating the data source, you can create a base view of IBM Cloud Object Storage data for use in the Denodo Platform.
SELECT * FROM cdata_ibmcloudobjectstorage_objects CONTEXT ('i18n'='us_est', 'cache_wait_for_load'='true')
π Configuring the query to view the data.With the base view created, you can now work with live IBM Cloud Object Storage data like you would any other data source in Denodo Platform, for example, querying IBM Cloud Object Storage in the Denodo Data Catalog.
Download a free, 30-day trial of the CData JDBC Driver for IBM Cloud Object Storage and start working with your live IBM Cloud Object Storage data in Denodo Platform. Reach out to our Support Team if you have any questions.
Download a free trial of the IBM Cloud Object Storage Driver to get started:
Download NowLearn more:
π IBM Cloud Object Storage IconRapidly create and deploy powerful Java applications that integrate with IBM Cloud Object Storage.