{"id":21672532,"url":"https://github.com/redis-developer/redi2read","last_synced_at":"2025-04-12T03:53:02.535Z","repository":{"id":40242773,"uuid":"353114038","full_name":"redis-developer/redi2read","owner":"redis-developer","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-18T16:38:48.000Z","size":109,"stargazers_count":26,"open_issues_count":3,"forks_count":21,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-12T03:52:57.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redis-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-30T19:11:29.000Z","updated_at":"2025-03-22T06:44:35.000Z","dependencies_parsed_at":"2022-06-28T11:10:38.886Z","dependency_job_id":null,"html_url":"https://github.com/redis-developer/redi2read","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredi2read","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredi2read/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredi2read/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis-developer%2Fredi2read/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis-developer","download_url":"https://codeload.github.com/redis-developer/redi2read/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514209,"owners_count":21116899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T13:29:54.926Z","updated_at":"2025-04-12T03:53:02.518Z","avatar_url":"https://github.com/redis-developer.png","language":"Java","readme":"# Redi2Read - A Redis + Spring Boot Coding Adventure\n\nA collection of Spring Boot REST services for a mythical online bookstore powered by Redis. It uses:\n\n* [Spring Data Redis](https://spring.io/projects/spring-data-redis)\n* [RedisJSON](https://oss.redislabs.com/redisjson/) via [JRedisJSON](https://github.com/RedisJSON/JRedisJSON)\n* [RediSearch](https://oss.redislabs.com/redisearch/) via [spring-redisearch](https://github.com/RediSearch/spring-redisearch) and [LettuSearch](https://github.com/RediSearch/lettusearch)\n* [RedisGraph](https://oss.redislabs.com/redisgraph/) via [JRedisGraph](https://github.com/RedisGraph/JRedisGraph)\n* [RedisBloom](http://redisbloom.io) via [JRedisBloom](https://github.com/RedisBloom/JReBloom)\n\n**Prerequisites:**\n\n* [Java 11](https://sdkman.io/jdks)\n* [Maven 3.2+](https://sdkman.io/sdks#maven)\n* [Docker](https://www.docker.com/products/docker-desktop)\n* [Redis + Modules ](https://hub.docker.com/r/redislabs/redismod) 6.0.1 or greater\n\n**NOTE:** If you're not on Mac or Windows, you may need to [install Docker Compose](https://docs.docker.com/compose/install/) as well.\n\n* [Getting Started](#getting-started)\n* [See Also](#see-also)\n* [Help](#help)\n* [License](#license)\n* [Credit](#credit)\n\n## Getting Started\n\n### Clone the Repository w/ Submodules\n\nTo install this example application, run the following commands:\n\n```bash\ngit clone git@github.com:redis-developer/redi2read.git --recurse-submodule\n```\n\n### Import into your IDE\n\nYou can also import the code straight into your IDE:\n* [Visual Studio Code](https://code.visualstudio.com/docs/languages/java)\n* [Spring Tool Suite (STS)](https://spring.io/guides/gs/sts)\n* [IntelliJ IDEA](https://spring.io/guides/gs/intellij-idea/)\n\n### Start Redis and the Spring Boot Application\n\n1. Start the Docker Compose application:\n\n    ```\n    cd redi2read/docker\n    docker-compose up\n    ```\n2. Run the Spring Boot app to build the application.\n\n    ```\n    ./mvnw clean spring-boot:run\n    ```\n\n## See Also\n\nQuick Tutorial on Redis' Powerful Modules:\n\n* [RedisJSON Tutorial](https://developer.redislabs.com/howtos/redisjson)\n* [RediSearch Tutorial](https://developer.redislabs.com/howtos/redisearch)\n* [RedisGraph Tutorial](https://developer.redislabs.com/howtos/redisgraph)\n* [Getting Started with Redis Streams and Java](https://redislabs.com/blog/getting-started-with-redis-streams-and-java/)\n* [RedisBloom Tutorial](https://developer.redislabs.com/howtos/redisbloom)\n\nThe following links on Redis and Java may also be helpful:\n\n* [Java and Redis](https://developer.redislabs.com/develop/java/)\n* [Accessing Data Reactively with Redis](https://spring.io/guides/gs/spring-data-reactive-redis/)\n* [Messaging with Redis](https://spring.io/guides/gs/messaging-redis/)\n* [Building an Application with Spring Boot](https://spring.io/guides/gs/spring-boot/)\n\n## Help\n\nPlease post any questions and comments on the [Redis Discord Server](https://discord.gg/redis), and remember to visit our [Redis Developer Page](https://developer.redislabs.com) for awesome tutorials, project and tips. You can also email me bsb@redislabs.com.\n\n## License\n\n[MIT Licence](http://www.opensource.org/licenses/mit-license.html)\n\n## Credit\n\nCreated by [Brian Sam-Bodden](https://github.com/bsbodden) @ [Redis Labs](https://redislabs.com)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fredi2read","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis-developer%2Fredi2read","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis-developer%2Fredi2read/lists"}