Description
In this course, you will learn :
- RedisStack Overview
- RedisStack Components are implemented in detail.
- In-depth look at the RedisJSON Component.
- In-depth look at the RedisTimeSeries Component.
- Building a SuperFast Application with SpringBoot and Next js as the Core.
Syllabus :
1. All Redis Components
- Redis Stack Components
- RediSearch
- RedisJSON
- RedisGraph
- RedisTimeSeries
- RedisBloom
- RedisInsight
2. Workspace Setup
- Installing Redis Stack
- Redis Stack Cloud
- Redis Insight Walkthrough
3. Building Backend with Redis Stack
- App to be Created
- Redis Stack Data Mode
- Building Spring Boot App
- Adding Redis Stack Client Libraries
- Adding Packages to app
- Adding Redis Stack Configuration
- Rapid API overview
- Creating Models
- Implementing Custom Web Config
- Adding Application Startup
4. Interaction with Redis Stack
- Implementing CoinsDataService
- Fetching Data from API and Storing in RedisJSON
- Overview of Fetching Coin History Data
- Implement Fetching Coin History Data
- Fetching data from API for Coin History
- Store Coin History in Redis TimeSeries
- View TimeSeries Data in Redis Insight
- Creating API to fetch data from RedisStack
- Creating API to fetch TimeSeries Data
5. Frontend Application
- Building Next js App
- Creating CoinList Component
- Fetching CoinList Data from API
- Creating Coin History Component
- Enhancing Component