From cf56c07e993de7b6bb4e667158fbe1e339687e05 Mon Sep 17 00:00:00 2001 From: Alexa Kreizinger Date: Wed, 23 Apr 2025 12:54:29 -0700 Subject: [PATCH] stream-processing: introduction: basic cleanup Signed-off-by: Alexa Kreizinger --- stream-processing/introduction.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stream-processing/introduction.md b/stream-processing/introduction.md index 0db71332e..d0612bc45 100644 --- a/stream-processing/introduction.md +++ b/stream-processing/introduction.md @@ -1,8 +1,7 @@ -# Introduction to Stream Processing +# Introduction to stream processing ![](../.gitbook/assets/stream_processor.png) -[Fluent Bit](https://fluentbit.io) is a fast and flexible Log processor that aims to collect, parse, filter and deliver logs to remote databases, so Data Analysis can be performed. - -Data Analysis usually happens after the data is stored and indexed in a database, but for real-time and complex analysis needs, process the data while it's still in motion in the Log processor brings a lot of advantages and this approach is called **Stream Processing on the Edge**. +[Fluent Bit](https://fluentbit.io) is a fast and flexible Log processor that collects, parses, filters and delivers logs to remote databases, so that data analysis can be performed. +Data analysis usually happens after the data is stored and indexed in a database. However, for real-time and complex analysis needs, you can process the data while it's still in motion in the log processor. This approach is called **stream processing on the edge**.