Supported integrations

Each row is an agent: a connector for one technology, used as a source (capture), a target (write), or both. Click the name for setup, versions, and CDC details. Some platforms have more than one agent (Oracle, SQL Server, Db2 LUW) because the capture mechanism differs.

Need a system that is not listed? Contact MOLO17.

✅ = supported as that role
❌ = not supported as that role
CDC = change data capture

Relational databases (RDBMS)

Logo Platform Source Target Version Support Technology

CockroachDB

CockroachDB

❌

✅

20.x+

PostgreSQL wire protocol

IBM i

IBM Db2 for IBM i

✅

✅

IBM i 7.1+
(AS/400)

Native CDC via Journal APIs

DB2

IBM Db2 for LUW

✅

✅

11.5+

Triggers-based auditing

DB2

IBM Db2 for LUW (CDC)

✅

✅

11.5.8.0+

Native CDC via Stored Procedure (db2ReadLog)

Informix

Informix

✅

✅

12.10+

Native CDC via Change stream

Google BigQuery

Google BigQuery

❌

✅

Any region

Native support via Google BigQuery’s SDK

MariaDB

MariaDB

✅

✅

10.11+ (incl. AWS Aurora MySQL)

Transaction logs (Bin logs)

MSSQL

MS SQL Server via Change Tracking

✅

✅

2008+, all editions including Web, Express, Standard and Enterprise, incl. SQL Azure

Change Tracking

MSSQL

MS SQL Server via SQL Agent’s Transaction Logs

✅

✅

2008+ Enterprise, Standard from 2022 onwards, incl. SQL Azure

Transaction logs auditing via SQL Agent

MySQL

MySQL

✅

✅

5.6+ (incl. AWS RDS & Aurora)

Transaction logs (Bin logs)

Oracle

Oracle Database via LogMiner

✅

✅

11.2g+. Supported editions: all editions. Works with RAC (Real Application Clusters)

Direct archived and redo logs mining via LogMiner

Oracle

Oracle Database via Xstream

✅

✅

11.2g+. Supported editions: Enterprise only. Works with RAC (Real Application Clusters)

Native CDC via Xstream APIs (Oracle GoldenGate Middleware licensed)

Oracle

Oracle Database via Triggers

✅

✅

11.2g+. Supported editions: all editions. Works with RAC (Real Application Clusters)

Triggers-based auditing

PostgreSQL

PostgreSQL

✅

✅

10.0+ (incl. AWS RDS & Aurora)

Transaction logs (WAL)

SingleStore

SingleStore

❌

✅

On-prem and DBaaS

SingleStore JDBC Driver

Snowflake

Snowflake

❌

✅

All versions

Snowflake JDBC Driver w/ Apache Arrow

Amazon RedShift

Amazon RedShift

❌

✅

All versions (Serverless & Provisioned)

RedShift JDBC Driver w/ AWS S3 bulk load

Sybase

SAP (Sybase) ASE

✅

✅

15.7+

Triggers-based auditing

SAP HANA

SAP HANA

✅

✅

2.0 SPS04+ incl. SAP HANA Cloud

Shadow tables CDC (ngdbc JDBC driver)

Vertica

Vertica

❌

✅

All versions

Vertica JDBC Driver

YugabyteDB

YugabyteDB

✅

✅

From version 2.0+

YugabyteDB JDBC Smart Driver

NoSQL, document stores, and key-value stores

Logo Platform Source Target Version Support Technology

Aerospike

Aerospike

✅

✅

5.X+

Native Java SDK, CDC via ESP & XDR messaging framework

Azure Cosmos DB

Azure Cosmos DB

✅

✅

All versions

Native Java SDK, CDC via Azure Cosmos DB Change feed processor

Cassandra

Cassandra

❌

✅

All versions

Native Java SDK

Couchbase

Couchbase

✅

✅

5.5+

Native Kotlin & Java SDK, CDC via Eventing service

DynamoDB

Amazon DynamoDB

✅

✅

All versions

Native Java SDK, CDC via DynamoDB Streams

GridGain

GridGain

❌

✅

8.8+

Native thin client driver

MongoDB

MongoDB

✅

✅

3.6+

Native Kotlin SDK, CDC via Change Streams

RavenDB

RavenDB

❌

✅

CE, EE

Native via Java SDK

Redis

Redis

❌

✅

All versions

Native via Java SDK

ScyllaDB

ScyllaDB

✅

✅

Tested from version 6.0+

Via Native Java SDK

Object storage, data lakes, and files

Logo Platform Source Target Version Support Technology

AWS S3

AWS S3 & S3-like

❌

✅

All versions

Native via Kotlin SDK, Parquet support via Apache Arrow

Google Cloud Storage

Google Cloud Storage

❌

✅

All versions

Native via Kotlin SDK, Parquet support via Apache Arrow

Azure Data Lake Storage Gen2

Azure Data Lake Storage Gen2

❌

✅

All regions

Native via Azure Storage SDK with hierarchical namespace enabled, Parquet support via Apache Arrow

Universal file store

Universal file store

❌

✅

FTP, FTPS, SFTP, WebDAV, WebDAVS, SMB/CIFS, NFS

Parquet (default), JSON, or CSV via the file-store agent

Event streaming and message queues

Logo Platform Source Target Version Support Technology

Apache Kafka

Apache Kafka

❌

✅

2.0+

Real-time messaging to Kafka topics through official SDK, supporting also transactions.

Google Pub/Sub

Google Pub/Sub

❌

✅

All versions

Real-time messaging to Google Pub/Sub topics through official SDK.

Solace PubSub+

Solace PubSub+

❌

✅

CE, EE and PubSub+ Cloud

Message publishing (Persisted / direct) via official Java SDK using SMF

Confirm the source version

These are the statements Gluesync itself uses to check whether a source is in range before it starts work.

To specifically know your database version we have collected here following the same statements that Gluesync uses to check to get to know if your source database is compatible before starting its activities.

Database SQL statement

Db2 for IBM i (AS/400)

SELECT OS_NAME, OS_VERSION, OS_RELEASE FROM SYSIBMADM.ENV_SYS_INFO

DB2 LUW

SELECT GETVARIABLE('SYSIBM.VERSION') FROM SYSIBM.SYSDUMMY1

Informix

SELECT DBINFO('version','full') FROM systables WHERE tabid = 1

MariaDB

SELECT VERSION()

Microsoft SQL Server

SELECT @@VERSION; SELECT SERVERPROPERTY('ProductVersion') AS ProductVersion, SERVERPROPERTY('ProductLevel') AS ProductLevel, SERVERPROPERTY('Edition') AS Edition;

MySQL

SELECT VERSION()

Oracle database (please execute all of the following)

SELECT * FROM V$VERSION; SELECT CDB FROM V$DATABASE; show parameter cluster_database

PostgreSQL, CockroachDB, YugabyteDB, SingleStore

SELECT version()

ScyllaDB

SELECT release_version FROM system.local

SAP HANA

SELECT * FROM SYS.M_DATABASE;

Snowflake

SELECT CURRENT_VERSION()

Amazon RedShift

SELECT VERSION()

Sybase

SELECT @@VERSION

Vertica

SELECT VERSION()