Skip to content

Commit a1019ee

Browse files
committed
minor: edits
1 parent 32da098 commit a1019ee

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ changed-data events from heterogeneous data platforms to [Redis Stack](https://r
5151
<tr><td height="20" colspan="2">&nbsp;</td></tr>
5252
<tr>
5353
<td width="50%"><img src="/images/capabilities/Redis Insight.png" style="float: right;" width="500" height="200"/></td>
54-
<td> <b>Multi-Tenancy | Partitioning | Linear Scalability</b> <br> Redis Connect manages multi-tenant replication pipelines. A pipeline from source to sink is known as a job. Jobs with different source types can be collocated without becoming noisy neighbors. Jobs can be partitioned for linear scalability across a one or more cluster nodes.</td>
54+
<td> <b>Multi-Tenancy | Partitioning | Linear Scalability</b> <br> Redis Connect manages multi-tenant replication pipelines. A pipeline from source to sink is known as a job. Jobs with different source types can be collocated without becoming noisy neighbors. Jobs can be partitioned for linear scalability across one or more cluster nodes.</td>
5555
</tr>
5656
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
5757
<tr>
@@ -61,17 +61,17 @@ changed-data events from heterogeneous data platforms to [Redis Stack](https://r
6161
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
6262
<tr>
6363
<td width="50%"><img src="/images/capabilities/Redis Connect Custom Transformer.jpg" style="float: none;" width="500" height="150"/></td>
64-
<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>
64+
<td> <b>Custom Transformations</b> <br> Redis Connect jobs support user-defined business logic. You can create custom workflows that include user-defined stages for proprietary business rules, custom transformations, de-tokenization, and more. You can also extend the supported list of target sinks.</td>
6565
</tr>
6666
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
6767
<tr>
68-
<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 a built-in REST API and interactive CLI. Redis Connect also exposes a Swagger UI to simplify endpoint discovery and operational experience.</td>
68+
<td> <b>REST API | CLI | Swagger UI</b> <br> Redis Connect is entirely data-driven and relies on Redis Enterprise as its metadata store. You can configure, start, stop, migrate, and restart jobs using the built-in REST API and interactive CLI. Redis Connect also exposes a Swagger UI to simplify endpoint discovery and operational experience.</td>
6969
<td width="50%"><img src="/images/capabilities/Redis Connect Swagger UI.png" style="float: right;" width="500" height="200"/></td>
7070
</tr>
7171
<tr><td bgcolor="#FFFFFF" colspan="2">&nbsp;</td></tr>
7272
<tr>
7373
<td width="50%"><img src="/images/capabilities/Redis Enterprise ACL.png" style="float: right;" width="500" height="200"/></td>
74-
<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 including RBAC, TLS, and more. Credentials, secrets, and trust-store passwords are never stored in Redis Connect; these secrets can be dynamically rotated with minimal disruption to the replication pipeline. Vault integration is supported.</td>
74+
<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 security, including RBAC, TLS, and more. Credentials, secrets, and trust-store passwords are never stored in Redis Connect; these secrets can be dynamically rotated with minimal disruption to the replication pipeline. Vault integration is supported.</td>
7575
</tr>
7676
</table>
7777

@@ -90,6 +90,8 @@ changed-data events from heterogeneous data platforms to [Redis Stack](https://r
9090

9191
## Quick Start
9292

93+
You can run Redis Connect as a container or by downloading the code and running in your environment of choice.
94+
9395
### Docker
9496

9597
You can run and deploy Redis Connect using the [Redis Connect Docker image](https://hub.docker.com/r/redislabs/redis-connect).
@@ -148,7 +150,10 @@ redis-connect\bin> redisconnect.bat start
148150
```
149151
<img src="/images/quick-start/Redis Connect Start Log.png" style="float: right;" width = 700px height = 250px/>
150152

151-
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
153+
### Swagger UI
154+
155+
The Redis Connect Swagger UI is available on port 8282 by default. If you're running locally, you can point your browser to [http://localhost:8282/swagger-ui/index.html]()
156+
152157
<br>_For quick start, use '**cdc_job**' as **jobName**_
153158
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
154159

0 commit comments

Comments
 (0)