Gluesync Supported Integrations: Databases & Platforms

Discover the wide range of databases and platforms that Gluesync supports for your data integration needs. Click on any platform name to learn more about its specific capabilities and setup instructions.

  • 30+ Supported Platforms

  • 4 Categories

  • Real-time CDC Support

  • Native Integration

Relational Databases (RDBMS)

Logo Platform Source Target Version Support Technology

DB2

IBM Db2 for LUW

11.5+

Triggers-based auditing

CockroachDB

CockroachDB

20.x+

PostgreSQL wire protocol

IBM i

Db2 for IBM i

IBM i 7.1+
(AS/400)

Native CDC via Journal APIs

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+

Transaction logs (Bin logs)

MSSQL

MS SQL Server

2016+

CDC & Change Tracking

MySQL

MySQL

5.6+

Transaction logs (Bin logs)

Oracle

Oracle Database via Open Log Replicator

Currently in private preview - From 11.2g+

Direct archived and redo logs mining via Open Log Replicator (OLR)

Oracle

Oracle Database via Xstream

11.2g+

Native CDC via Xstream APIs (Oracle GoldenGate Middleware licensed)

Oracle

Oracle Database via Triggers

11.2g+

Triggers-based auditing

PostgreSQL

PostgreSQL

10.0+

Transaction logs (WAL)

SingleStore

SingleStore

On-prem and DBaaS

SingleStore JDBC Driver

Snowflake

Snowflake

All versions

Snowflake JDBC Driver w/ Apache Arrow

Sybase

SAP (Sybase) ASE

15.7+

Triggers-based auditing

Vertica

Vertica

All versions

Vertica JDBC Driver

YugabyteDB

YugabyteDB

From version 2.0+

YugabyteDB JDBC Smart Driver

✅ = Supported
❌ = Not supported
CDC = Change Data Capture

NoSQL & Document 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

Couchbase

Couchbase

5.5+

Native Kotlin & Java SDK, CDC via Eventing service

DynamoDB

Amazon DynamoDB

All versions

Native Java SDK, CDC via DynamoDB Streams

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 Cassandra JDBC wrapper

Big Data, Data Lakes & Cloud Storage

Logo Platform Source Target Version Support Technology

AWS S3

AWS S3 & S3-like

All versions

Native via Kotlin SDK

Apache HBase

Apache HBase

All versions

CDC via Native Java SDK

Google Cloud Storage

Google Cloud Storage

All versions

Native via Kotlin SDK

Event Streaming & Message Queues

Logo Platform Source Target Version Support Technology

Google Pub/Sub

Google Pub/Sub

All versions

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

Apache Kafka

Apache Kafka

2.0+

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

Solace PubSub+

Solace PubSub+

CE, EE and PubSub+ Cloud

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

Need support for a platform not listed here? Contact us to discuss your requirements.

Knowing your database version

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

MySQL

SELECT VERSION()

Oracle database

SELECT * FROM V$VERSION

PostgreSQL

SELECT version()

ScyllaDB

SELECT release_version FROM system.local

Snowflake

SELECT CURRENT_VERSION()

Sybase

SELECT @@VERSION

Vertica

SELECT VERSION()