• Post category:StudyBullet-7
  • Reading time:6 mins read


Today’s Redis is more than a cache! Learn how Redis Modules can replace NoSQL, Elasticsearch, Neo4j, Kafka, and more.

What you will learn

Deploy Redis Cloud to AWS, Google Cloud, or Azure

Cache key/value data with Redis

Store persistent JSON data with RedisJSON

Query JSON data with RediSearch

Interface with structured data in Python with Redis OM

Analyze time series data with RedisTimeSeries

Create a real-time multi-cloud service environment with Redis Cloud Enterprise

Generate real-time recommendations with RedisGraph

Build a real-time leaderboard with RedisBloom

Description

You can avoid vendor lock-in with your cloud services by using Redis Cloud. Redis has become much more than just a distributed cache; its new Redis Modules architecture runs on any cloud provider and enables true multi-cloud and hybrid cloud deployments. Using Redis, you can distribute systems across many cloud providers, making you immune to outages in any one of them. Redis Modules, Redis Cloud, and Redis Enterprise are important new technologies to know about when designing your cloud computing architecture.

This compact course wastes no time! You’ll learn by doing, using Redis Modules with a real e-commerce data set to:

  • Stream data in real time using Redis Streams
  • Store structured, persistent data into a distributed NoSQL document store with RedisJSON
  • Index and query structured data with RediSearch
  • Analyze time series data with RedisTimeSeries and Redis Insight
  • Generate real-time product recommendations with RedisGraph
  • Create a real-time topseller leaderboard with RedisBloom

We will use a free Redis Cloud account and scripts written in Python to illustrate the use of each system. We’ll walk you through setting it all up.


Get Instant Notification of New Courses on our Telegram channel.


Redis makes it possible to build a complete technology stack that does not rely on a specific cloud computing vendor. Your colleagues probably still think Redis is just a caching technology; you can be the first to tell them about this new alternative for storing and processing data at massive scale.

Your instructor is Frank Kane, a former senior manager at Amazon specializing in distributed systems. Frank has taught over 600,000 students around the world.

* Development of this course was sponsored by Redis Ltd.

English
language

Content

Getting Set Up

Introduction to Redis
Windows Only: Setting Up VirtualBox
Setting up Redis Cloud and the Course Materials
Testing Redis with Simple Cache Operations

PubSub and Streaming with Redis

Redis PubSub and Redis Streams
[Exercise] Streaming E-Commerce Data with Redis Streams

Storing and Searching Persistent Structured Data

Redis as a NoSQL document store: RedisJSON and Redis OM
[Exercise] Storing structured data with RedisJSON and Redis OM
Searching Structured Data with RediSearch
[Exercise] Indexing and Searching Structured JSON Data with Redis OM

Storing and Analyzing Time Series Data

Introducing RedisTimeSeries
[Exercise] Storing data with RedisTimeSeries and visualizing with Redis Insight

Storing and Analyzing Graph Data with RedisGraph

Introduction to RedisGraph
[Exercise] Real-Time Recommendations with Cypher and RedisGraph

Bloom Filters with Redis

Introduction to RedisBloom
[Exercise] Implement real-time bestsellers with RedisBloom Top-K

Wrapping Up

Bonus Lecture