SingleStore Setup Guide Partner-Built In Dev
Follow our setup guide to connect SingleStore to Fivetran.
NOTE: This connector is partner-built. For any questions related to SingleStore connector and its documentation, contact SingleStore by raising an issue in the SingleStore Fivetran Connector GitHub repository.
Prerequisites
To connect your SingleStore database to Fivetran, you need:
- A SingleStore instance of version 8.7.16 or higher. Refer to SingleStore's Creating and Using Workspaces documentation for instructions on creating a SingleStore workspace in the Cloud Portal. To deploy a Self-Managed cluster instead, refer to SingleStore's Deploy documentation. Once the SingleStore workspace/cluster is Active, you'll need the following connection configuration parameters to connect to Fivetran:
Host
Port
Username
Password
Database
Table
- A Fivetran account with a role having the Create Connector permission.
Setup instructions
To authorize Fivetran to connect to your SinlgeStore database, follow these instructions:
Configure SingleStore
- Configure your firewall and/or other access control systems to allow incoming connections to your SingleStore instance from Fivetran's IPs for your region.
- Ensure that the SingleStore database user has the
SELECT
permission. - Enable support of OBSERVE queries:
SET enable_observe_queries=1
Finish Fivetran configuration
- Log in to your Fivetran account.
- Go to the Connectors page, and then click + Add connector.
- Select SingleStore as the connector type.
- In the connector setup form, enter the following connection configuration parameters for you SingleStore workspace/cluster:
- Host
- Port
- Database
- Table
- Username
- Password
- (Optional) Enable SSL and specify related configuration parameters.
- (Optional) Specify additional Driver Parameters. Refer to The SingleStore JDBC Driver documentation for a list of supported parameters.
- Click Save & Test.
Setup tests
Fivetran performs the following SingleStore connection tests:
- The Connection test checks if Fivetran can connect to your SingleStore cluster using credentials provided in the setup form
- The Table test checks if specified table exists
Related articles
description Connector Overview
account_tree Schema Information
settings API Connector Configuration