Docker Images for Redis¶
Redis-Prophet for Time series forecasting¶
The Redis-Prophet Docker image is based on the latest version of RedisTimeSeries, RedisGears with Prophet pre-installed and can be used for any time series forecasting project.
docker pull ghcr.io/redisgrafana/redis-prophet:latest && \
docker run -p 6379:6379 --name=redis-prophet ghcr.io/redisgrafana/redis-prophet:latest
Redis-OpenCV for Real-time computer vision¶
The Redis-OpenCV Docker image is based on the latest version of RedisTimeSeries, RedisGears with OpenCV pre-installed, RedisAI and can be used for any real-time computer vision projects.
docker pull ghcr.io/redisgrafana/redis-opencv:latest && \
docker run -p 6379:6379 --name=redis-opencv ghcr.io/redisgrafana/redis-opencv:latest
Redis-JSG for Search and Graph JSON data¶
The Redis-JSG Docker image is based on the latest version of RedisJSON, RediSearch, RedisGraph and RedisGears.
docker pull ghcr.io/redisgrafana/redis-jsg:latest && \
docker run -p 6379:6379 --name=redis-jsg ghcr.io/redisgrafana/redis-jsg:latest