Skip to content

stream-processing: introduction: basic cleanup #1608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions stream-processing/introduction.md
Original file line number Diff line number Diff line change
@@ -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**.