Event Streaming
Append-only logs, consumer groups, and event-driven design.
3 articles by Paul Scarrone.
- Kwike Composable event-driven agent orchestration using Unix primitives
- kwike: LLM-First Agentic Workflow Composition An LLM-first tool for composing agentic workflows using Unix primitives - pipes, append-only logs, and event subscriptions instead of SDKs and harnesses.
- Learn Event Streaming by Recreating Kafka A developer's journey recreating Kafka from scratch to understand event streaming, including implementation details, challenges, and lessons learned