Skip to content

Commit 956bec4

Browse files
author
Allen Terleto
committed
Images Cleanup
Adding new Vertica Icon
1 parent 98e7dbe commit 956bec4

23 files changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="/images/RedisConnectIntro.jpg" alt="Redis Connect" width = "650px" height = "200px" title="Redis Connect"></p>
1+
<p align="center"><img src="/images/icons/Redis Connect Icon.jpg" alt="Redis Connect" width = "650px" height = "200px" title="Redis Connect"></p>
22

33
**Redis Connect** :rocket: is a distributed platform that enables real-time event streaming, transformation, and propagation of
44
changed-data events from heterogeneous data platforms to multi-model [Redis Enterprise](https://redis.com/redis-enterprise-software/overview/) and [Redis Stack](https://redis.io/docs/stack/).
@@ -18,31 +18,31 @@ changed-data events from heterogeneous data platforms to multi-model [Redis Ente
1818
<table>
1919
<tr>
2020
<td> <b>Cloud-Native Architecture</b> <br> Redis Connect has a cloud-native and shared-nothing architecture which allows any node to operate stand-alone or as a cluster member. Its platform-agnostic and lightweight design requires minimal infrastructure and avoids complex dependencies on 3rd-party platforms. All you need is Redis Enterprise.</td>
21-
<td width="50%"><img src="/images/RedisConnectArchitecture.png" style="float: right;" width="500" height="250" title="Redis Connect Architecture" alt="Redis Connect Architecture"/></td>
21+
<td width="50%"><img src="/images/capabilities/Redis Connect Architecture.png" style="float: right;" width="500" height="250" title="Redis Connect Architecture" alt="Redis Connect Architecture"/></td>
2222
</tr>
2323
<tr><td height="20" colspan="2">&nbsp;</td></tr>
2424
<tr>
25-
<td width="50%"><img src="/images/Redis Insight.png" style="float: right;" width="500" height="200"/></td>
25+
<td width="50%"><img src="/images/capabilities/Redis Insight.png" style="float: right;" width="500" height="200"/></td>
2626
<td> <b>Multi-Tenancy | Partitioning | Linear Scalability</b> <br> Redis Connect can manage multi-tenant (jobs) data replication pipelines end-to-end within a single cluster node. Jobs support a variety of different source databases which can be collocated without becoming noisy neighbors. Streaming and initial load jobs can be partitioned for linear scalability across a single or multiple cluster nodes.</td>
2727
</tr>
2828
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
2929
<tr>
3030
<td> <b>High-Availability | Recovery</b> <br> Redis Connect jobs update their checkpoint upon each committed changed-data event within a transactional scope. In the occurrence of node failure, or network split, a job would failover to another node and seamlessly begin replication from the last committed checkpoint. Data would not be lost, and order would be maintained. Redis Connect is supported on Kubernetes environments including OpenShift.</td>
31-
<td width="50%"><img src="/images/Redis Connect Cluster.png" style="float: right;" width="500" height="200"/></td>
31+
<td width="50%"><img src="/images/capabilities/Redis Connect Cluster.png" style="float: right;" width="500" height="200"/></td>
3232
</tr>
3333
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
3434
<tr>
35-
<td width="50%"><img src="/images/Redis Connect Pipeline.png" style="float: right;" width="500" height="150"/></td>
35+
<td width="50%"><img src="/images/capabilities/Redis Connect Pipeline.png" style="float: right;" width="500" height="150"/></td>
3636
<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>
3737
</tr>
3838
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
3939
<tr>
4040
<td> <b>REST API | CLI | Swagger UI</b> <br> Redis Connect is entirely data-driven and relies on Redis Enterprise as its metadata store. Users can configure, start, stop, migrate, and restart jobs via its built-in REST API and/or interactive CLI. Redis Connect also exposes a Swagger UI to simplify endpoint discovery and operational experience.</td>
41-
<td width="50%"><img src="/images/Redis Connect Swagger UI.png" style="float: right;" width="500" height="200"/></td>
41+
<td width="50%"><img src="/images/capabilities/Redis Connect Swagger UI.png" style="float: right;" width="500" height="200"/></td>
4242
</tr>
4343
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
4444
<tr>
45-
<td width="50%"><img src="/images/Redis Enterprise ACL.png" style="float: right;" width="500" height="200"/></td>
45+
<td width="50%"><img src="/images/capabilities/Redis Enterprise ACL.png" style="float: right;" width="500" height="200"/></td>
4646
<td> <b>Enterprise-Grade Security</b> <br> Redis Connect jobs are stateless so changed-data events are always in-transit. Redis Connect benefits from Redis Enterprise’s enterprise-grade security capabilities including RBAC, TLS, and more. Credentials, secrets, and trust-store passwords are never stored within Redis Connect however can be dynamically rotated with minimal disruption to the replication pipeline. Vault integration is supported.</td>
4747
</tr>
4848
</table>
@@ -64,7 +64,7 @@ changed-data events from heterogeneous data platforms to multi-model [Redis Ente
6464

6565
### Download
6666

67-
Download [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) for `Linux` or `Windows` operating system and unarchive redis-connect-`<version>.<build>`.[tar.gz|zip] archive<br>
67+
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>
6868
Docker image can be found at [DockerHub](https://hub.docker.com/r/redislabs/redis-connect)
6969

7070
Linux:
@@ -121,48 +121,48 @@ Windows:
121121
```cmd
122122
redis-connect\bin> redisconnect.bat start
123123
```
124-
<img src="/images/Redis Connect Start Log.png" style="float: right;" width = 700px height = 250px/>
124+
<img src="/images/quick-start/Redis Connect Start Log.png" style="float: right;" width = 700px height = 250px/>
125125

126126
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
127127
<br>_For quick start, use '**cdc_job**' as **jobName**_
128-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
128+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
129129

130130
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
131131
<br>_For quick start, use a sample job configuration:_ <a href="/examples/postgres/demo/config/samples/payloads/cdc-job.json">PostgreSQL</a>, <a href="/examples/oracle/demo/config/samples/payloads/cdc-job.json">Oracle</a>, <a href="/examples/mssql/demo/config/samples/payloads/cdc-job.json">SQL Server</a>, <a href="/examples/mysql/demo/config/samples/payloads/cdc-job.json">MySQL</a>, <a href="/examples/db2/demo/config/samples/payloads/cdc-job.json">DB2</a> and <a href="/examples/vertica/demo/config/samples/payloads/cdc-job.json">VERTICA</a>
132-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
132+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
133133

134134
| Prerequisite Configuration :exclamation: |
135135
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
136136
| Update `credentialsFilePath`, `databaseURL`, `database.dbname`, `database.hostname`, `database.port`, `schemaAndTableName`, and `columns` within sample job configuration for source and target, where applicable |
137137

138138
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
139139
<br>_For quick start, use '**stream**' as **jobType**_
140-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
140+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
141141

142142
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
143143
<br>_For quick start, use '**all**' as **jobStatus**_
144-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
144+
<br><br><img src="/images/quick-start/Redis Connect Get Claims.png" style="float: right;" width = 700px height = 250px/>
145145

146146
**Insert some records to the source and confirm they have arrived in Redis. Enjoy!**
147147

148148
## End-to-End Dockerized Demos
149149

150150
<table>
151151
<tr>
152-
<td><a href="/examples/db2/demo/README.md"><img src="/images/DB2 Icon.png" style="float: center;" width="100" height="100"/></a></td>
153-
<td><a href="/examples/mysql/demo/README.md"><img src="/images/MySQL Icon.png" style="float: center;" width="100" height="100"/></a></td>
154-
<td><a href="/examples/oracle/demo/README.md"><img src="/images/Oracle Icon.png" style="float: center;" width="100" height="100"/></a></td>
155-
<td><a href="/examples/postgres/demo/README.md"><img src="/images/Postgres Icon.png" style="float: center;" width="100" height="100"/></a></td>
156-
<td><a href="/examples/mssql/demo/README.md"><img src="/images/SQL Server Icon.png" style="float: center;" width="100" height="100"/></a></td>
157-
<td><a href="/examples/vertica/demo/README.md"><img src="/images/Vertica_Icon.png" style="float: center;" width="100" height="100"/></a></td>
152+
<td><a href="/examples/db2/demo/README.md"><img src="/images/icons/DB2 Icon.png" style="float: center;" width="100" height="100"/></a></td>
153+
<td><a href="/examples/mysql/demo/README.md"><img src="/images/icons/MySQL Icon.png" style="float: center;" width="100" height="100"/></a></td>
154+
<td><a href="/examples/oracle/demo/README.md"><img src="/images/icons/Oracle Icon.png" style="float: center;" width="100" height="100"/></a></td>
155+
<td><a href="/examples/postgres/demo/README.md"><img src="/images/icons/Postgres Icon.png" style="float: center;" width="100" height="100"/></a></td>
156+
<td><a href="/examples/mssql/demo/README.md"><img src="/images/icons/SQL Server Icon.png" style="float: center;" width="100" height="100"/></a></td>
157+
<td><a href="/examples/vertica/demo/README.md"><img src="/images/icons/Vertica Icon.png" style="float: center;" width="100" height="100"/></a></td>
158158
</tr>
159159
</table>
160160

161161
## Video Tutorials
162162

163163
<table>
164164
<tr>
165-
<td><a href="https://redis.com/webinars/rapid-data-ingestion-with-redis-enterprise"><img src="/images/Redis Connect Webinar.png" style="float: right;" width="500" height="200"/></a></td>
166-
<td width="50%"><a href="https://asciinema.org/a/492521"><img src="/images/Redis Connect CLI.png" style="float: right;" width="500" height="200"/></a></td>
165+
<td><a href="https://redis.com/webinars/rapid-data-ingestion-with-redis-enterprise"><img src="/images/video-tutorials/Redis Connect Webinar.png" style="float: right;" width="500" height="200"/></a></td>
166+
<td width="50%"><a href="https://asciinema.org/a/492521"><img src="/images/video-tutorials/Redis Connect CLI.png" style="float: right;" width="500" height="200"/></a></td>
167167
</tr>
168168
</table>
Binary file not shown.

images/Vertica_Icon.png

-9.39 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/icons/Vertica Icon.png

4.6 KB
Loading

0 commit comments

Comments
 (0)