Event-Driven Architectures
Real-time full-text search with Luwak and Samza | Confluent

Real-time full-text search with Luwak and Samza | Confluent

4/13/2015 · Martin Kleppmann

What this post added

This post details the combination of Luwak and Apache Samza for implementing real-time full-text search on streams. It explains the concept of streaming search, contrasting it with after-the-fact search, and introduces Luwak as a library for efficient streaming search by indexing queries. The post also highlights Apache Samza as a stream processing framework based on Kafka, enabling distributed real-time computations.

Read the original post ↗