Skip to content

redis-developer/redi2read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redi2Read - A Redis + Spring Boot Coding Adventure

A collection of Spring Boot REST services for a mythical online bookstore powered by Redis. It uses:

Prerequisites:

NOTE: If you're not on Mac or Windows, you may need to install Docker Compose as well.

Getting Started

Clone the Repository w/ Submodules

To install this example application, run the following commands:

git clone git@github.com:redis-developer/redi2read.git --recurse-submodule

Import into your IDE

You can also import the code straight into your IDE:

Start Redis and the Spring Boot Application

  1. Start the Docker Compose application:

    cd redi2read/docker
    docker-compose up
    
  2. Run the Spring Boot app to build the application.

    ./mvnw clean spring-boot:run
    

See Also

Quick Tutorial on Redis' Powerful Modules:

The following links on Redis and Java may also be helpful:

Help

Please post any questions and comments on the Redis Discord Server, and remember to visit our Redis Developer Page for awesome tutorials, project and tips. You can also email me bsb@redislabs.com.

License

MIT Licence

Credit

Created by Brian Sam-Bodden @ Redis Labs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages