You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td> <b>Custom Transformations</b> <br> Redis Connect Jobs support user-defined business logic simply by adding a JAR to the /extlib directory. Users can create custom workflows that include user-defined stages for proprietary business rules, custom transformations, de-tokenization, and more. Users can also extend the supported list of Target Sinks.</td>
@@ -65,41 +65,6 @@ changed-data events from heterogeneous data platforms to [Redis Stack](https://r
65
65
</tr>
66
66
</table>
67
67
68
-
## Requirements
69
-
70
-
### Minimum Production Hardware Requirements
71
-
72
-
* 1GB of RAM
73
-
* 4 CPU cores
74
-
* 20GB of disk space
75
-
* 1G Network
76
-
77
-
### Runtime Requirements
78
-
79
-
* JRE 11+ e.g. [Azul OpenJDK](https://www.azul.com/downloads/?package=jdk#download-openjdk)
80
-
81
-
## Quick Start
82
-
83
-
### Download
84
-
85
-
Download [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) for `Linux` or `Windows` and unarchive redis-connect-`<version>.<build>`.[tar.gz|zip] archive<br>
86
-
Docker image can be found at [DockerHub](https://hub.docker.com/r/redislabs/redis-connect)
87
-
88
-
Linux:
89
-
```bash
90
-
tar vxf <tarfile name>
91
-
```
92
-
Windows:
93
-
```cmd
94
-
unzip <zipfile name>
95
-
```
96
-
97
-
The following subdirectories will be extracted under /redis-connect -
98
-
<br>bin – Startup scripts
99
-
<br>lib – Dependencies
100
-
<br>config – Credentials property files, jobmanager.properties, and job-config (JSON) examples
101
-
<br>extlib – Custom/External dependencies e.g. [custom stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo), source-database drivers, etc.
102
-
103
68
### Getting Started
104
69
105
70
**Review options by running Redis Connect startup script** <br>
* JRE 11+ e.g. [Azul OpenJDK](https://www.azul.com/downloads/?package=jdk#download-openjdk)
152
+
153
+
## Quick Start
154
+
155
+
### Download
156
+
157
+
Download [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) for `Linux` or `Windows` and unarchive redis-connect-`<version>.<build>`.[tar.gz|zip] archive<br>
158
+
Docker image can be found at [DockerHub](https://hub.docker.com/r/redislabs/redis-connect)
159
+
160
+
Linux:
161
+
```bash
162
+
tar vxf <tarfile name>
163
+
```
164
+
Windows:
165
+
```cmd
166
+
unzip <zipfile name>
167
+
```
168
+
169
+
The following subdirectories will be extracted under /redis-connect -
170
+
<br>bin – Startup scripts
171
+
<br>lib – Dependencies
172
+
<br>config – Credentials property files, jobmanager.properties, and job-config (JSON) examples
173
+
<br>extlib – Custom/External dependencies e.g. [custom stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo), source-database drivers, etc.
0 commit comments