Skip to content

Commit c9a3de5

Browse files
committed
Updated docs with min hardware requirements
1 parent a7b572f commit c9a3de5

File tree

7 files changed

+58
-1
lines changed

7 files changed

+58
-1
lines changed

connectors/cassandra/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ Before using the Cassandra connector (redis-connect-cassandra) to capture the ch
5959

6060
---
6161

62+
### Minimum Hardware Requirements
63+
64+
* 1GB of RAM
65+
* 4 CPU cores
66+
* 20GB of disk space
67+
* 1G Network
68+
* JRE 8+ (JRE 11 is preferred)
69+
6270
**NOTE**
6371

6472
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.

connectors/db2/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# redis-connect-db2
22

3-
redis-connect-db2 is a Redis Connect connector for intra-day real-time ETL. In this case, Redis Connect is used more as an initial loader, which requires it to partition its consumption of source-side transactional data. For initial load jobs, Redis Connect can spawn child processes, which can in parallel consume partitioned data from the source. The partitioning strategy can be configured to fit the SLA window for the ETL job.
3+
redis-connect-db2 is a Redis Connect connector for intra-day real-time ETL. In this case, Redis Connect is used more as an initial loader, which requires it to partition its consumption of source-side transactional data. For initial load jobs, Redis Connect can spawn child processes, which can in parallel consume partitioned data from the source. The partitioning strategy can be configured to fit the SLA window for the ETL job.
4+
5+
6+
### Minimum Hardware Requirements
7+
8+
* 1GB of RAM
9+
* 4 CPU cores
10+
* 20GB of disk space
11+
* 1G Network
12+
* JRE 8+ (JRE 11 is preferred)

connectors/gemfire/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ Before using the Gemfire connector to capture the changes committed on Gemfire i
8080

8181
---
8282

83+
### Minimum Hardware Requirements
84+
85+
* 1GB of RAM
86+
* 4 CPU cores
87+
* 20GB of disk space
88+
* 1G Network
89+
* JRE 8+ (JRE 11 is preferred)
90+
8391
**NOTE**
8492

8593
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.

connectors/mssql/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ Before using the SQL Server connector (redis-connect-sqlserver) to capture the c
6666

6767
---
6868

69+
### Minimum Hardware Requirements
70+
71+
* 1GB of RAM
72+
* 4 CPU cores
73+
* 20GB of disk space
74+
* 1G Network
75+
* JRE 8+ (JRE 11 is preferred)
76+
6977
**NOTE**
7078

7179
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.

connectors/mysql/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Before using the MySQL connector (redis-connect-mysql) to capture the changes co
5353

5454
---
5555

56+
### Minimum Hardware Requirements
57+
58+
* 1GB of RAM
59+
* 4 CPU cores
60+
* 20GB of disk space
61+
* 1G Network
62+
* JRE 8+ (JRE 11 is preferred)
63+
5664
**NOTE**
5765

5866
The current [release](https://github.com/RedisLabs-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.

connectors/oracle/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Before using the Oracle connector (redis-connect-oracle) to capture the changes
5353

5454
---
5555

56+
### Minimum Hardware Requirements
57+
58+
* 1GB of RAM
59+
* 4 CPU cores
60+
* 20GB of disk space
61+
* 1G Network
62+
* JRE 8+ (JRE 11 is preferred)
63+
5664
**NOTE**
5765

5866
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.

connectors/postgres/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Before using the PostgreSQL connector (redis-connect-postgres) to capture the ch
5353

5454
---
5555

56+
### Minimum Hardware Requirements
57+
58+
* 1GB of RAM
59+
* 4 CPU cores
60+
* 20GB of disk space
61+
* 1G Network
62+
* JRE 8+ (JRE 11 is preferred)
63+
5664
**NOTE**
5765

5866
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.

0 commit comments

Comments
 (0)