Redis Connect (Real-Time Event Streaming & Change Data Capture)
10K+
This is a Docker image for Redis Connect. The base OS for the image is azul/zulu-openjdk-alpine:17 with a Redis Connect Version 0.10.8.1.
Redis Connect 🚀 is a distributed platform that enables real-time event streaming, transformation, and propagation of changed-data events from heterogeneous data platforms to multi-model Redis Enterprise and Azure Cache for Redis.
Install Docker
Container technology provides the freedom to run environments independently of the host operating system.
You can use docker run. Follow any of the end to end examples from GitHub repo e.g. DB2, Files, Gemfire, MongoDB, MySQL, Oracle, PostgreSQL, Splunk (HEC), SQL Server and Vertica.
In the following example, redislabs/redis-connect is the container image you pulled:
docker run \
-it --rm \
--name redis-connect \
-v $(pwd)/config:/opt/redislabs/redis-connect/config \
--net host \
redislabs/redis-connect
In the previous command:
Redis Connect is closed source and requires a Redis Enterprise Commercial License from Redis Ltd.
https://redis.com/wp-content/uploads/2019/11/redis-enterprise-software-subscription-agreement.pdf
Content type
Image
Digest
sha256:2dd019372…
Size
296 MB
Last updated
over 2 years ago
docker pull redislabs/redis-connectPulls:
26
Last week