exustash / redis-streams-in-action

Go, Rust, Java services to showcase Redis Streams and RediSearch in action

Home Page:https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Streams in Action

A practical example to showcase Redis Streams in action. The goal is to process Twitter data in real-time for search and query tweets based on some criteria such as hashtags, user, location etc. RediSearch and Redis Streams serve as the backbone of this solution.

It consists of several co-operating components:

  1. Twitter Stream Consumer: A Rust application to consume streaming Twitter data and pass them on to Redis Streams. I will demonstrate how to run this as a Docker container in Azure Container Instances
  2. Tweets Processor: The tweets from Redis Streams are processed by a Java application - this too will be deployed (and scaled) using Azure Container Instances.
  3. Monitoring service: The last part is a Go application to monitor the progress of the tweets processor service and ensure that any failed records are re-processed. This is a Serverless component which will be deployed to Azure Functions where you can run it based on a Timer trigger and only pay for the duration it runs for.

About

Go, Rust, Java services to showcase Redis Streams and RediSearch in action

https://itnext.io/redis-streams-in-action-part-1-intro-and-overview-135f66d3ab58


Languages

Language:Java 37.0%Language:Go 34.5%Language:Rust 26.2%Language:Dockerfile 2.4%