Connect with Denodo
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
Denodo is a data virtualization platform that allows you to integrate your SingleStore data in real-time into a unified view and perform analytics and BI operations.
Prerequisites
Download the .
file for the latest version of the SingleStore JDBC driver.
Connect Denodo to SingleStore
Configure the SingleStore JDBC driver as a database adapter in Denodo:
-
On the Denodo dashboard, select File > Extensions management.
-
On the Extension management dialog, on the Libraries tab, from the Type list, select JDBC Drivers.
-
On the Import resources dialog, from the Resource type list, select jdbc_
other. -
In the Custom version field, enter a name for the driver.
For convenience, you can use the singlestore-jdbc-client-<version> format. For example, singlestore-jdbc-client-1. 1. 5. This name is visible in the dialog where you can configure JDBC data sources. -
Select + Add.
Add the . jar file downloaded earlier to the Load File dialog. -
Select Save.
The SingleStore JDBC driver is now configured as an adapter in Denodo.
Add your SingleStore database as a JDBC data source:
-
Right-click on a database in the Server Explorer, and select New > Data Source > JDBC.
-
On the Configuration tab on the dialog that opens, enter or select the configuration options for your SingleStore database and JDBC adapter.
-
Name: Name for the new data source.
For example, SingleStore. -
Database adapter: Select the name you provided for the driver.
For example, singlestore-jdbc-client-1. 1. 5. -
Database class:
com.
.singlestore. jdbc. Driver -
Database URI: Specify the connection string for your database in the
jdbc:singlestore://<host>:<port>/<database>
format.For example, jdbc:singlestore://svchost:3306/dbTest. -
Authentication: Specify the authentication method for your connection.
-
-
Select Test connection to test connectivity to your database.
Select Save.
You can now use Denodo to explore your SingleStore databases.
References
Last modified: April 12, 2023