Skip to content

Commit f407301

Browse files
authored
Merge pull request #352 from quixio/task/add-links-databases
Updating links to latest connector release
2 parents 99d6ebc + 12d7eac commit f407301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/integrations/databases/postgressql/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ search:
1111

1212
The system supports various data types, advanced indexing and complicated queries.
1313

14-
Quix offers a Change Data Capture (CDC) connector for Postgres databases. The code can be found with the Quix Samples [repo](https://github.com/quixio/quix-samples/tree/main/python/sources/Postgres-CDC).
14+
Quix offers a Change Data Capture (CDC) connector for Postgres databases. The code can be found with the Quix Samples [repo](https://github.com/quixio/quix-samples/tree/release/2024-05-01-cli-beta/python/sources/postgres_cdc).
1515

1616

docs/integrations/databases/redis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ search:
99

1010
[Redis](https://redis.io/docs/latest/get-started/) is an in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker. Redis has built-in replication and different levels of on-disk persistence. It supports complex data types (e.g., strings, hashes, lists, sets, sorted sets, and JSON), with atomic operations defined on those data types.
1111

12-
Quix supports both [Redis Source](https://github.com/quixio/quix-samples/tree/main/python/sources/Redis) and [Redis Sink](https://github.com/quixio/quix-samples/tree/main/python/destinations/Redis) connectors. You can therefore query a Redis database and produce your data to a Kafka topic, and/or output your transformed data from Quix to Redis itself.
12+
Quix supports both [Redis Source](https://github.com/quixio/quix-samples/tree/release/2024-05-01-cli-beta/python/sources/redis_source) and [Redis Sink](https://github.com/quixio/quix-samples/tree/release/2024-05-01-cli-beta/python/destinations/redis_dest) connectors. You can therefore query a Redis database and produce your data to a Kafka topic, and/or output your transformed data from Quix to Redis itself.

0 commit comments

Comments
 (0)