Install SingleStore Flow
On this page
Overview
The SingleStore Flow ("Flow") system allows you to migrate data and do continuous change data capture (CDC).
-
Ingest: Ingest transfers the schema for all tables, moves table data for small tables (typically up to 10GB in size), and handles ongoing CDC of changes for all tables into SingleStore.
-
XL Ingest: XL Ingest handles the initial transfer of large tables by breaking these tables into smaller logical partitions.
It then copies multiple partitions from the source to the target in parallel. This helps transfer large tables in a reasonable amount of time.
To use Ingest and XL Ingest, install the products and, once installed, provide the product IDs to either team@singlestore.
Prerequisites
System Requirements
-
VM requirements: Minimum of 2 vCPUs, 8 GB RAM, and 100 GB of free disk space (or twice the size of the largest table you plan to extract with Ingest or XL Ingest).
The VM must be close to the source database system to minimize latency.
Browser Requirements
-
Use Chromium-based browsers (Google Chrome or Microsoft Edge)
Java Installation
-
Download and install Amazon Correto Java 21
Prerequisites for Supported Source Databases
Prerequisites for SingleStore Destination
Grant the following privileges to non-admin or service users of the SingleStore database:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON <database_name>.* TO <user_name>;
Refer to GRANT for more information.
For information about creating new users, refer to CREATE USER.
In this section
Last modified: March 13, 2025