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
@@ -65,6 +67,28 @@ changed-data events from heterogeneous data platforms to [Redis Stack](https://r
65
67
</tr>
66
68
</table>
67
69
70
+
## Quick Start
71
+
72
+
### Download
73
+
74
+
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>
75
+
Docker image can be found at [DockerHub](https://hub.docker.com/r/redislabs/redis-connect)
76
+
77
+
Linux:
78
+
```bash
79
+
tar vxf <tarfile name>
80
+
```
81
+
Windows:
82
+
```cmd
83
+
unzip <zipfile name>
84
+
```
85
+
86
+
The following subdirectories will be extracted under /redis-connect -
87
+
<br>bin – Startup scripts
88
+
<br>lib – Dependencies
89
+
<br>config – Credentials property files, jobmanager.properties, and job-config (JSON) examples
90
+
<br>extlib – Custom/External dependencies e.g. [custom stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo), source-database drivers, etc.
91
+
68
92
### Getting Started
69
93
70
94
**Review options by running Redis Connect startup script** <br>
@@ -170,4 +194,4 @@ The following subdirectories will be extracted under /redis-connect -
170
194
<br>bin – Startup scripts
171
195
<br>lib – Dependencies
172
196
<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.
197
+
<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