SingleStore Setup Guide Partner-Built Private Preview
Follow the steps in this guide to connect SingleStore to Fivetran.
NOTE: This destination is partner-built. For any questions related to SingleStore destination and its documentation, contact SingleStore by raising an issue in the SingleStore Fivetran Destination GitHub repository.
Prerequisites
- A SingleStore instance. Refer to Creating and Using Workspaces for instructions on creating a SingleStore workspace in the Cloud Portal. To deploy a Self-Managed cluster instead, refer to Deploy. Once the SingleStore workspace/cluster is Active, you'll need the following to connect to Fivetran:
Host
: Hostname or IP address of the SingleStore workspace/clusterPort
: Default is3306
Username
: Username of the SingleStore database userPassword
: Password of the SingleStore database user
- A Fivetran account with the Create Destinations or Manage Destinations permissions.
Setup 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 following permissions:
SELECT
INSERT
UPDATE
DELETE
CREATE
ALTER
CREATE DATABASE
(ifdatabase
configuration is not specified)
Complete Fivetran configuration
- Log in to your Fivetran account.
- Go to the Destinations page and click Add destination.
- Enter a Destination name for your destination, and then click Add.
- Select SingleStore as the destination type.
- Enter the following connection configurations for you SingleStore workspace/cluster:
- Host
- Port
- Username
- Password
- (Optional) Enter a Database configuration if you want all tables to be created in a single database.
- (Optional) Enable SSL and specify related configurations.
- (Optional) Specify additional Driver Parameters. Refer to The SingleStore JDBC Driver documentation for a list of supported parameters.
- Select the Data processing location.
- Select your Time zone.
- Click Save & Test.
Fivetran tests and validates the SingleStore connection configuration. Once the connection configuration test is successful, you can sync your data using Fivetran connectors to the SingleStore destination.
In addition, Fivetran automatically configures a Fivetran Platform Connector to transfer the connector logs and account metadata to a schema in this destination. The Fivetran Platform Connector enables you to monitor your connectors, track your usage, and audit changes. The connector sends all these details at the destination level.
IMPORTANT: If you are an Account Administrator, you can manually add the Fivetran Platform Connector on an account level so that it syncs all the metadata and logs for all the destinations in your account to a single destination. If an account-level Fivetran Platform Connector is already configured in a destination in your Fivetran account, then we don't add destination-level Fivetran Platform Connectors to the new destinations you create.
Setup test
Fivetran performs the following SingleStore connection test:
- The Connection test checks if Fivetran can connect to your SingleStore cluster using credentials provided in the setup form.