Skip to content

Commit 3e1154d

Browse files
Merge pull request #1608 from fluent/alexakreizinger/sc-123155/update-stream-processing-introduction-doc
2 parents 0212d63 + cf56c07 commit 3e1154d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

stream-processing/introduction.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Introduction to Stream Processing
1+
# Introduction to stream processing
22

33
![](../.gitbook/assets/stream_processor.png)
44

5-
[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.
6-
7-
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**.
5+
[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.
86

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

0 commit comments

Comments
 (0)