redislabs-training / ru102j

Source code for the RU102J Redis for Java Developers Course
https://university.redis.com/courses/ru102j/
MIT License
37 stars 173 forks source link

Add the option to use Redis via Docker Compose for this course. #16

Closed simonprickett closed 2 years ago

simonprickett commented 2 years ago

Add a docker-compose.yml file that uses the RedisTimeSeries Docker container (https://hub.docker.com/r/redislabs/redistimeseries), and configure Redis in that container to persist data to a local folder named "redisdata". Here's an example file from another project that works like this (this one uses the redismod container but it's the same idea): https://github.com/redislabs-training/node-js-crash-course/blob/main/docker-compose.yml

This is part of our participation in Hacktoberfest 2021. Learn how to complete this issue here: https://developer.redis.com/hacktoberfest/

Need help or want to talk to us? Join us on Discord where we have a dedicated Hacktoberfest channel: https://discord.gg/ueQwKUh5Z3

hsteinmueller commented 2 years ago

Hello, I'd like to work on this.

simonprickett commented 2 years ago

@hsteinmueller I've assigned this to you please check out guidelines at https://developer.redis.com/hacktoberfest - note that for this issue you'll only need to create a Redis instance with RedisTimeSeries and persistence as described, you don't need to Dockerize the Java application.