Skip to content

Releases: redis-field-engineering/redis-connect-dist

Release v0.5.0-redis-connect-gemfire [DEPRECATED]

21 Dec 00:16
Compare
Choose a tag to compare

πŸš€ Redis Connect Gemfire Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
Gemfire Server: 9.x
Geode Client: 1.9.x

Release v0.7.0-redis-connect-sqlserver [DEPRECATED]

17 Nov 00:52
Compare
Choose a tag to compare

πŸš€ Redis Connect SQL Server Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
SQL Server Database: 2017, 2019
JDBC Driver: 7.2.2.jre8

Release v0.7.0-redis-connect-postgres [DEPRECATED]

17 Nov 00:53
Compare
Choose a tag to compare

πŸš€ Redis Connect Postgres Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
PostgreSQL Database: 10+
JDBC Driver: 42.2.22

Release v0.6.0-redis-connect-db2 [DEPRECATED]

17 Nov 01:09
Compare
Choose a tag to compare

πŸš€ Redis Connect DB2 Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
DB2 Database: 11.5.x
JDBC Driver: 11.5.6.0

Release v0.4.0-redis-connect-oracle-logminer [DEPRECATED]

17 Nov 01:01
Compare
Choose a tag to compare

πŸš€ Redis Connect Oracle Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
Oracle Database: 12c, 19c (currently only supported for initial load / batch / snapshots)
JDBC Driver: 12.2.0.1, 19.8.0.0, 21.1.0.0

Release v0.4.0-redis-connect-mysql [DEPRECATED]

17 Nov 00:52
Compare
Choose a tag to compare

πŸš€ Redis Connect MySQL Connector

Tested Versions

Java 11+
Redis Connect 0.8.x
MySQL Database: 5.7, 8.0.x
JDBC Driver: 8.0.26

Release v0.8.0-redis-connect-core [DEPRECATED]

28 Oct 20:46
Compare
Choose a tag to compare

πŸš€ Redis Connect

redis-connect-core maven dependency to build Custom Stages

Custom Stages in Redis Connect is used when there is a need for custom coding for the purpose of user specific transformations, de-tokenization or any other custom tasks you would want to do before the source data is passed along to the final WRITE stage and persisted in the Redis Enterprise database.

        <dependency>
            <!-- This jar can be found in the Redis Connect lib folder and installed using maven
            install-file goal on the command line, http://maven.apache.org/general.html#importing-jars
            or imported directly into this project -->
            <groupId>com.redis.connect</groupId>
            <artifactId>redis-connect-core</artifactId>
            <version>0.8.0</version>
        </dependency>