Event Streaming in Rails with Kafka

Event streaming is a pattern for capturing data in real time from event sources such as databases. In this post, we will discuss how to use Kafka with Rails to create real-time data pipelines and streaming applications.

June 15, 2024 · 13 min · 2627 words · Bá Tới

Apache Kafka in Use

Apache Kafka is a distributed streaming platform that is used to build real-time data pipelines and streaming applications. It is horizontally scalable, fault-tolerant, and extremely fast. In this post, we will discuss how to use Apache Kafka in real-world scenarios.

June 15, 2024 · 3 min · 595 words · Bá Tới