Skip to content

Commit 6fc798c

Browse files
committed
Updated links
1 parent 1ab12ff commit 6fc798c

File tree

7 files changed

+34
-11
lines changed

7 files changed

+34
-11
lines changed

connectors/cassandra/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The first time the connector connects to a Cassandra node, it performs a snapsho
66

77
## Overview
88

9-
The functionality of the connector is based upon [change data capture](https://cassandra.apache.org/doc/latest/operating/cdc.html#enabling-or-disabling-cdc-on-a-table) feature provided by Cassandra since [Cassandra 3.x](https://cassandra.apache.org/doc/3.11.3/operating/cdc.html) where CDC was introduced.
9+
The functionality of the connector is based upon [change data capture](https://cassandra.apache.org/doc/latest/operating/cdc.html#enabling-or-disabling-cdc-on-a-table) feature provided by Cassandra since [Cassandra 3.x](https://cassandra.apache.org/doc/3.11/cassandra/operating/cdc.html) where CDC was introduced.
1010

1111
The database operator must [enable](https://cassandra.apache.org/doc/latest/operating/cdc.html#enabling-or-disabling-cdc-on-a-table) _CDC_ for the table(s) that should be captured by the connector.
1212
The connector then produces a _change event_ for every row-level insert, update, and delete operation that was published via the _CDC API_, while recording all the change events for each table in a Redis Enterprise Database with a choice of your data structure such as [Hashes](https://redis.io/topics/data-types#hashes).
@@ -65,9 +65,14 @@ Before using the Cassandra connector (redis-connect-cassandra) to capture the ch
6565
* 4 CPU cores
6666
* 20GB of disk space
6767
* 1G Network
68-
* JRE 8+ (JRE 11 is preferred)
6968

70-
**NOTE**
69+
### Runtime Requirements
70+
71+
* JRE 11+
72+
* Cassandra 3.x (see [Cassandra's doc](https://cassandra.apache.org/doc/3.11/cassandra/operating/cdc.html))
73+
74+
| :memo: |
75+
|---------------|
7176

7277
The current [release](https://github.com/redis-field-engineering/redis-connect-dist/releases) has been built with JDK 11 and tested with JRE 11 and above. Please have JRE 11+ installed prior to running this connector.
7378

connectors/db2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ redis-connect-db2 is a Redis Connect connector for intra-day real-time ETL. In t
99
* 4 CPU cores
1010
* 20GB of disk space
1111
* 1G Network
12-
* JRE 8+ (JRE 11 is preferred)
12+
* JRE 11+

connectors/gemfire/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,14 @@ Before using the Gemfire connector to capture the changes committed on Gemfire i
8686
* 4 CPU cores
8787
* 20GB of disk space
8888
* 1G Network
89-
* JRE 8+ (JRE 11 is preferred)
9089

91-
**NOTE**
90+
### Runtime Requirements
91+
92+
* JRE 11+
93+
* Gemfire 9.10 (Apache Geode version 1.12) (see [Gemfire's doc](https://gemfire.docs.pivotal.io/910/gemfire/getting_started/installation/install_intro.html))
94+
95+
| :memo: |
96+
|---------------|
9297

9398
The current [release](https://github.com/redis-field-engineering/redis-connect-dist/releases) has been built with JDK 11 and tested with JRE 11 and above. Please have JRE 11+ installed prior to running this connector.
9499

connectors/mssql/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,14 @@ Before using the SQL Server connector (redis-connect-sqlserver) to capture the c
7272
* 4 CPU cores
7373
* 20GB of disk space
7474
* 1G Network
75-
* JRE 8+ (JRE 11 is preferred)
7675

77-
**NOTE**
76+
### Runtime Requirements
77+
78+
* JRE 11+
79+
* SQL Server 2017, 2019 (see [Debezium's doc](https://debezium.io/documentation/reference/stable/connectors/sqlserver.html#setting-up-sqlserver) or an example [here](https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/mssql/demo/setup_mssql.sh))
80+
81+
| :memo: |
82+
|---------------|
7883

7984
The current [release](https://github.com/redis-field-engineering/redis-connect-dist/releases) has been built with JDK 11 and tested with JRE 11 and above. Please have JRE 11+ installed prior to running this connector.
8085

connectors/mysql/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ Before using the MySQL connector (redis-connect-mysql) to capture the changes co
5959
* 4 CPU cores
6060
* 20GB of disk space
6161
* 1G Network
62-
* JRE 8+ (JRE 11 is preferred)
62+
63+
### Runtime Requirements
64+
65+
* JRE 11+
66+
* MySQL 5.7, 8.0.x (see [Debezium's doc](https://debezium.io/documentation/reference/stable/connectors/mysql.html#setting-up-mysql) or an example [here](https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/mysql/demo/setup_mysql.sh))
6367

6468
| :memo: |
6569
|---------------|

connectors/oracle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Before using the Oracle connector (redis-connect-oracle) to capture the changes
6262

6363
### Runtime Requirements
6464

65-
* JRE 8+ (JRE 11 is preferred)
65+
* JRE 11+
6666
* Oracle 12c or 19c with LogMiner (see [12c](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sutil/oracle-logminer-utility.html), [19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-logminer-utility.html#GUID-3417B738-374C-4EE3-B15C-3A66E01AE2B5) or [Debezium's doc](https://debezium.io/documentation/reference/stable/connectors/oracle.html#setting-up-oracle) or an example [here](https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/oracle/demo/setup_logminer.sh))
6767
* Oracle JDBC driver (ojdbc8.jar)
6868

connectors/postgres/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ Before using the PostgreSQL connector (redis-connect-postgres) to capture the ch
5959
* 4 CPU cores
6060
* 20GB of disk space
6161
* 1G Network
62-
* JRE 8+ (JRE 11 is preferred)
62+
63+
### Runtime Requirements
64+
65+
* JRE 11+
66+
* PostgreSQL 10+ (see [Debezium's doc](https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-pgoutput) or an example [here](https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/postgres/demo/setup_postgres.sh))
6367

6468
**NOTE**
6569

0 commit comments

Comments
 (0)