Harnessing the power of Redis and Apache Kafka to crunch high-velocity time series data

By Abhishek Gupta

Redis is at the heart of modern data architectures. Thanks to Redis Modules, we have a multi-model database with capabilities such as Graph, JSON, SQL, and more. One such module is RedisTimeSeries, which brings first-class support for time series data in Redis (no need to use Sorted Sets anymore!).

This talk is all about how to combine the power of RedisTimeSeries and Apache Kafka to build scalable solutions that handle time series data. To illustrate these concepts, we will dive into an end-to-end implementation of a data pipeline on Azure and see it in action.