Skip to content

Commit 1721066

Browse files
committed
Updated examples with one k8s-docs since the deployment specs are same for all connectors.
1 parent 665744f commit 1721066

File tree

20 files changed

+24
-953
lines changed

20 files changed

+24
-953
lines changed

examples/db2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please see an example under [Demo](demo/setup_db2.sh).
66

77
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.
88

9-
| ℹ️ |
10-
|:--------------------------------------------|
11-
| Docker demo: Follow the [Docker demo](demo) |
12-
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
9+
| ℹ️ |
10+
|:-------------------------------------------------|
11+
| Docker demo: Follow the [Docker demo](demo) |
12+
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |

examples/db2/k8s-docs/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/db2/k8s-docs/redis-connect-start.yaml

Lines changed: 0 additions & 172 deletions
This file was deleted.

examples/mongodb/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please see <a href="https://debezium.io/documentation/reference/stable/connector
66

77
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.
88

9-
| ℹ️ |
10-
|:--------------------------------------------|
11-
| Docker demo: Follow the [Docker demo](demo) |
12-
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
9+
| ℹ️ |
10+
|:-------------------------------------------------|
11+
| Docker demo: Follow the [Docker demo](demo) |
12+
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |

examples/mongodb/k8s-docs/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mssql/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please see an example under [Demo](demo/setup_mssql.sh).
88

99
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.
1010

11-
| ℹ️ |
12-
|:--------------------------------------------|
13-
| Docker demo: Follow the [Docker demo](demo) |
14-
| K8s Setup: Follow the [k8s-docs](k8s-docs) |
11+
| ℹ️ |
12+
|:-------------------------------------------------|
13+
| Docker demo: Follow the [Docker demo](demo) |
14+
| K8s Setup: Follow the [k8s-docs](../../k8s-docs) |

examples/mssql/k8s-docs/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/mssql/k8s-docs/redis-connect-start.yaml

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)