Flow on Helios Ingest API
On this page
Note
This is a Preview feature.
The Flow on Helios Ingest API allows you to move data from a supported source database into SingleStore.
-
Configure and test connections to supported source databases and the destination database (SingleStore).
-
Retrieve connection details for source and destination databases.
List all databases selected for ingestion. -
Set and retrieve schedules for data transfers, supporting modes such as manual, periodic, daily, weekly, and monthly.
-
Perform pipeline operations including full extract, sync struct, sync new tables, and manual delta.
Authentication
All requests must include authentication credentials.
Base URL
All Ingest API requests must be sent to the following base URL:
https://<flow-endpoint>:30081/ingest/api/ingestWhere <flow-endpoint> is the hostname of your Helios Flow deployment, available in your organization’s Admin Portal under the Flow tab.
Flow on Helios Ingest API Reference
The following endpoints include HTTP methods, required headers, request and response formats, and example requests.
Additional Information
Supported Database Types
|
Source Database |
Extract Type |
Type |
|---|---|---|
|
Oracle |
Log Miner |
rds. |
|
Oracle |
Fast Log Miner |
rds. |
|
Oracle |
Remote Log Miner |
rds. |
|
Oracle |
Continuous Log Miner |
rds. |
|
Oracle |
Full extracts |
rds. |
|
Oracle |
Timestamps |
rds. |
|
Oracle (Pluggable Database) |
Fast Log Miner |
rds. |
|
Oracle (Pluggable Database) |
Continuous Log Miner |
rds. |
|
Oracle (RAC) |
Log Miner |
rds. |
|
Oracle (RAC) |
Continuous Log Miner |
rds. |
|
Oracle (RAC) (Pluggable Database) |
Log Miner |
rds. |
|
Oracle 19c |
Continuous Log Miner |
rds. |
|
Oracle 19c (Pluggable Database) |
Continuous Log Miner |
rds. |
|
Microsoft SQL Server |
Change Tracking |
rds. |
|
Microsoft SQL Server |
CDC |
rds. |
|
Microsoft SQL Server |
Full extracts |
rds. |
|
Microsoft SQL Server |
Timestamps |
rds. |
|
MySQL 5. |
Log |
rds. |
|
MySQL 5. |
Continuous |
rds. |
|
Postgres |
Log |
rds. |
|
MongoDB |
Self-managed |
rds. |
|
MongoDB |
Atlas |
rds. |
|
Any Database |
Full Extracts |
rds. |
Default Ports
|
Source Database |
Default Port |
|---|---|
|
Oracle |
1521 |
|
Microsoft SQL Server |
1433 |
|
MySQL 5. |
3306 |
|
Postgres |
5432 |
Last modified: January 16, 2026