Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
Connect with Alteryx Designer
On this page
You can connect to your SingleStore database from Alteryx Designer and perform analytics operations.
For standard workflow processing, Alteryx supports the following tools for the SingleStore data source:
Alteryx supports the following authentication methods for the SingleStore data source:
-
No authentication
-
Username/password
-
Generic OAuth
Prerequisites
-
Download and install the SingleStore ODBC driver version 1.
1. 5+ -
Download and install Alteryx Designer
Connect to SingleStore using a DSN and DCM
To connect to SingleStore from Alteryx using a DSN, you must create a Data Source Name (DSN) for your ODBC connection.
-
On the Alteryx Designer window, drag either the Input Data or Output Data tool from the tool palette to the workflow canvas area.
-
Select the Use Data Connection Manager (DCM) check box.
-
In the Data Connections window, select Data Sources > Singlestore ODBC.
If Alteryx is unable to detect the SingleStore ODBC driver, a pop-up indicates that the driver must be installed. -
On the Connection Manager window, select New to add a new data source.
-
Select ODBC from the list.
This option is selected by default. -
Enter a Data Source Name (DSN) for the new data source, for example, Singlestore Server DSN.
-
Select the ODBC DSN field to see a list of available DSNs, and select a DSN to use for the data source.
-
Select Save.
-
To link a credential, select Connect Credential and select an Authentication Method from the list.
-
Select Connect to use the Data Source and Credential in an Input Data or Output Data tool.
Configure DSN-less Connection Using DCM
To connect to SingleStore from Alteryx using a DSN-less connection,
-
On the Alteryx Designer window, drag either the Input Data or Output Data tool from the tool palette to the workflow canvas area.
-
Select the Use Data Connection Manager (DCM) check box.
-
In the Data Connections window, select Data Sources > SingleStore Quick Connect.
If Alteryx is unable to detect the SingleStore ODBC driver, a pop-up indicates that the driver must be installed. -
On the Connection Manager window, select New to add a new data source.
-
Select Singlestore ODBC DSN-less from the list.
This option is selected by default. -
Enter the following connection configuration information:
-
Data Source Name for the connection, for example, Singlestore DSN-less
-
Hostname or IP address of the SingleStore deployment
-
Name of the SingleStore database to connect with
-
Port of the SingleStore database
-
-
(Optional) Select the Driver field to change the selected driver.
-
Select Save.
-
To link a credential, select Connect Credential and select an Authentication Method from the list.
-
Select Connect to use the Data Source and Credential in an Input Data or Output Data tool.
Limitations
Alteryx does not support the following for the SingleStore data source:
-
Spatial data types
-
Table names containing
'(single quote) -
Writing to
DOUBLEtype columns -
BIT,BINARY,VARBINARY,TINYBLOB,BLOB,MEDIUMBLOB, andLONGBLOBSingleStore data types
Last modified: