This project is the output of a workshop showcasing the basic's of JRediSearch Java API
These instructions will get you a copy of the project up and running on your local machine to follow along during the Workshop talk.
$ docker -v
Docker version 18.06.1-ce, build e68fc7a
- Pull and start Docker Redisearch Container
$ docker run -d -p 6379:6379 --name redisearch redislabs/redisearch:1.4.0
{hash} <-- not used indicates success
$ docker logs redisearch
# oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
# .... (removed for brevity)
* Ready to accept connections
gradle -v
Welcome to Gradle 4.8!
- I prefer Intellij IDEA, you may choose any modern day IDE that can use Gradle to build.
- Clone this Repository
git clone [email protected]:davidparry/JRediSearchWorkshop.git
./gradlew check
- If you want to follow along can check out different tags that are referenced in the presentation JRediSpringboot.pdf
- Each tag from 7.0 and higher is for the BookDemo Springboot Search Example
- Feel free to checkout out a tag, gradle check and bootRun
git checkout v7.0
./gradlew check bootRun
Download JRediSpringboot.pdf the slides stored in this repo.
Please read CONTRIBUTING.md the process for submitting pull requests to me.
- David Parry - David Parry
This project is licensed under the Apache 2 License - see the LICENSE file for details
- Scott Cote -- for proof reading and working out the examples.