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**.