redis-stream
There are 29 repositories under redis-stream topic.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
RedisGears/EdgeRealtimeVideoAnalytics
An example of using Redis Streams, RedisGears, RedisAI and RedisTimeSeries for Realtime Video Analytics (i.e. counting people)
mugli/orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
akash-akya/off_broadway_redis_stream
A Broadway producer for Redis Stream
devxb/Netx
Saga framework / Supports redis stream and blocking, reactive.
fooock/robots.txt
:robot: robots.txt as a service. Crawls robots.txt files, downloads and parses them to check rules through an API
jonathan-foucher/spring-boot-redis-stream-example
An example of queueing jobs with a redis stream
asiries335/redis-streams-php
This package is for working with Redis streams for PHP
uuhnaut69/debezium-standalone-server
Implement Debezium Standalone Server without Apache Kafka, using Redis as infrastructure (Redis Stream) to push CDC event.
zisismaras/pipeproc
Multi-process log processing for nodejs
tanpenggood-best-practices/spring-boot-redis-stream
My best practices for operating Redis stream with redis template in Spring Boot 2.x. Stream @since Redis 5.0.0
vvanglro/ebpf-sse
Unite eBPF and Server-sent events, Based on Fastapi Redis-stream Bcc.
ivandzf/redis-monitoring
Dashboard Redis monitoring using Websocket and VueJS
runzx/redis-stream-vscode
Welcome to the redis stream extension for vscode!
tgrall/redis-streams-in-action
Project that shows how to use ADD/ACK/PENDING/CLAIM and build an error proof streaming application with Redis Streams and SpringData
evanshortiss/neon-debezium-redis-cdc
Learn how to implement Change Data Capture and Fan-out with Neon's serverless Postgres, Debezium, and Upstash Redis
alivx/ego-eye
Stream visual data to Redis Stream
kadirdemirkaya/Menu-Tenant
This project is a multi-tenant menu example project
KianoushAmirpour/RAG_Chatbot
Leveraged advanced RAG techniques and a quantized version of LLaMA-3 with Llama-cpp to create a chatbot. Redis Streams and WebSockets were utilized to enable real-time interaction and keep track of chat history.
tanpenggood-best-practices/spring-boot-3.x-redisson-stream
My best practices for operating Redis stream with redisson client in Spring Boot3. x
SangBeom-Hahn/shopping-helper
👗 SHOPPING HELPER - 손그림 의류 검색 서비스
Bunnicz/Central-Train-Lineman-Microservices
Simple microservices project with Train, Central and Lineman
melhin/streamchat
Demonstrating a chat server using fastapi and redis stream
alextanhongpin/redis-learn
Sample repo to experiment with Redis and gather use cases for the real-world usage
ddmitov/watchful-snake
MySQL BinLog to Redis Streams Data Pipeline implemented in Python 3 :snake:
kimD0ngjun/queue
Redis Stream & SSE 기반 대기열 구현
yoanesber/Spring-Boot-Redis-Stream-Consumer
This Spring Boot app is a resilient Redis Stream consumer for processing PAYMENT_SUCCESS and PAYMENT_FAILED events. It uses ThreadPoolTaskScheduler for scheduled polling and Redis Consumer Groups for durable, reliable message handling with retry and DLQ support—ensuring exactly-once event processing.
yoanesber/Spring-Boot-Redis-Stream-Producer
This Spring Boot REST API handles order payments using Redis Streams instead of Pub/Sub, offering a more reliable and scalable message-driven solution. Redis Streams retain messages until acknowledged, ensuring durability and preventing message loss when no consumers are available.