Build streaming data systems: Kafka producers/consumers, consumer groups, exactly-once semantics, Redis Streams, and event-driven architecture patterns.
When to use this skill
- Setting up a Kafka producer
- Implementing consumer groups
- Using Redis Streams
Core concepts
This skill provides guidance on streaming data best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.
Installation
curl -LO https://opencode-skills.example/downloads/data/streaming-data.zip
unzip streaming-data.zip -d ~/.config/opencode/skills/
Restart OpenCode — the skill loads automatically.
When it triggers
- setting up a Kafka producer
- implementing consumer groups
- using Redis Streams