Skip to content

Commit

Permalink
Updated examples with one k8s-docs since the deployment specs are sam…
Browse files Browse the repository at this point in the history
…e for all connectors.
  • Loading branch information
viragtripathi committed Jun 23, 2023
1 parent 665744f commit 1721066
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 953 deletions.
8 changes: 4 additions & 4 deletions examples/db2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please see an example under [Demo](demo/setup_db2.sh).

Before using Redis Connect to capture the changes committed on DB2 into Redis Enterprise Databases, first create a database for the metadata management and metrics provided by Redis Connect by creating a database with [RedisTimeSeries](https://redis.com/modules/redis-timeseries/) module enabled, see [Create Redis Enterprise Database](https://docs.redis.com/latest/rs/administering/creating-databases/#creating-a-new-redis-database) for reference. Then, create (or use an existing) another Redis Enterprise database (Target) to store the changes coming from PostgreSQL. Additionally, you can enable [RediSearch 2.0](https://redis.com/blog/introducing-redisearch-2-0/) module on the target database to enable secondary index with full-text search capabilities on the existing hashes where PostgreSQL changed events are being written at then [create an index, and start querying](https://oss.redis.com/redisearch/Commands/) the document in hashes.

| ℹ️ |
|:--------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
| ℹ️ |
|:-------------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |
1 change: 0 additions & 1 deletion examples/db2/k8s-docs/README.md

This file was deleted.

172 changes: 0 additions & 172 deletions examples/db2/k8s-docs/redis-connect-start.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions examples/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please see <a href="https://debezium.io/documentation/reference/stable/connector

Before using Redis Connect to capture the changes committed on SQL Server into Redis Enterprise Database, first create a database for the metadata management and metrics provided by Redis Connect by creating a database with [RedisTimeSeries](https://redislabs.com/modules/redis-timeseries/) module enabled, see [Create Redis Enterprise Database](https://docs.redislabs.com/latest/rs/administering/creating-databases/#creating-a-new-redis-database) for reference. Then, create (or use an existing) another Redis Enterprise database (Target) to store the changes coming from SQL Server. Additionally, you can enable [RediSearch 2.0](https://redislabs.com/blog/introducing-redisearch-2-0/) module on the target database to enable secondary index with full-text search capabilities on the existing hashes where SQL Server changed events are being written at then [create an index, and start querying](https://oss.redislabs.com/redisearch/Commands/) the document in hashes.

| ℹ️ |
|:--------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
| ℹ️ |
|:-------------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |
1 change: 0 additions & 1 deletion examples/mongodb/k8s-docs/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/mssql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please see an example under [Demo](demo/setup_mssql.sh).

Before using Redis Connect to capture the changes committed on SQL Server into Redis Enterprise Database, first create a database for the metadata management and metrics provided by Redis Connect by creating a database with [RedisTimeSeries](https://redislabs.com/modules/redis-timeseries/) module enabled, see [Create Redis Enterprise Database](https://docs.redislabs.com/latest/rs/administering/creating-databases/#creating-a-new-redis-database) for reference. Then, create (or use an existing) another Redis Enterprise database (Target) to store the changes coming from SQL Server. Additionally, you can enable [RediSearch 2.0](https://redislabs.com/blog/introducing-redisearch-2-0/) module on the target database to enable secondary index with full-text search capabilities on the existing hashes where SQL Server changed events are being written at then [create an index, and start querying](https://oss.redislabs.com/redisearch/Commands/) the document in hashes.

| ℹ️ |
|:--------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
| ℹ️ |
|:-------------------------------------------------|
| Docker demo: Follow the [Docker demo](demo) |
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |
1 change: 0 additions & 1 deletion examples/mssql/k8s-docs/README.md

This file was deleted.

170 changes: 0 additions & 170 deletions examples/mssql/k8s-docs/redis-connect-start.yaml

This file was deleted.

Loading

0 comments on commit 1721066

Please sign in to comment.