In this video, we will create a project - Caching Proxy - which is listed on roadmap.sh website. We will start with a simple proxy service without any caching, then we will implement caching using in memory map and then we will use Redis Cache to implement the caching proxy service. Please fine the below resources:
Github Repository - https://github.com/himanshu-pareek/ro...
Project Requirements - https://roadmap.sh/projects/caching-s...
Spring Data Redis - https://docs.spring.io/spring-data/re...
JSONPlaceholder Website - https://jsonplaceholder.typicode.com/
#roadmap.sh #cache #redis #spring #springboot #java #project #proxy #api #http #httpclient
00:00 What are we building
02:58 Project Setup
05:41 Build Direct Http Proxy
25:33 InMemory Caching Proxy
44:41 Redis Caching Proxy