Skip to content

Commit 112a7f8

Browse files
edsipergitbook-bot
authored andcommitted
GITBOOK-9: No subject
1 parent abf1d8d commit 112a7f8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

about/fluentd-and-fluent-bit.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
description: The Production Grade Ecosystem
2+
description: The Production Grade Telemetry Ecosystem
33
---
44

55
# Fluentd & Fluent Bit
66

7-
Logging and data processing in general can be complex, and at scale a bit more, that's why [Fluentd](https://www.fluentd.org) was born. Fluentd has become more than a simple tool, it has grown into a fullscale ecosystem that contains SDKs for different languages and sub-projects like [Fluent Bit](https://fluentbit.io).
7+
Telemetry data processing in general can be complex, and at scale a bit more, that's why [Fluentd](https://www.fluentd.org) was born. Fluentd has become more than a simple tool, it has grown into a fullscale ecosystem that contains SDKs for different languages and sub-projects like [Fluent Bit](https://fluentbit.io).
88

99
On this page, we will describe the relationship between the [Fluentd](http://fluentd.org) and [Fluent Bit](http://fluentbit.io) open source projects, as a summary we can say both are:
1010

1111
* Licensed under the terms of Apache License v2.0
12-
* Hosted projects by the [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io)
13-
* Production Grade solutions: deployed **thousands** of times every single day, **millions** per **month**.
14-
* Community driven projects
15-
* Widely Adopted by the Industry: trusted by all major companies like AWS, Microsoft, Google Cloud and hundred of others.
16-
* Originally created by [Treasure Data](https://www.treasuredata.com).
12+
* **Graduated** Hosted projects by the [Cloud Native Computing Foundation (CNCF)](https://cncf.io)
13+
* Production Grade solutions: deployed **million** of times every single day.
14+
* **Vendor neutral** and community driven projects
15+
* Widely Adopted by the Industry: trusted by all major companies like AWS, Microsoft, Google Cloud and hundreds of others.
1716

1817
Both projects share a lot of similarities, [Fluent Bit](https://fluentbit.io) is fully designed and built on top of the best ideas of [Fluentd](https://www.fluentd.org) architecture and general design. Choosing which one to use depends on the end-user needs.
1918

20-
The following table describes a comparison in different areas of the projects:
21-
22-
| | Fluentd | Fluent Bit |
23-
| :--- | :--- | :--- |
24-
| Scope | Containers / Servers | Embedded Linux / Containers / Servers |
25-
| Language | C & Ruby | C |
26-
| Memory | ~40MB | ~650KB |
27-
| Performance | High Performance | High Performance |
28-
| Dependencies | Built as a Ruby Gem, it requires a certain number of gems. | Zero dependencies, unless some special plugin requires them. |
29-
| Plugins | More than 1000 plugins available | Around 70 plugins available |
30-
| License | [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) | [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) |
31-
32-
Both [Fluentd](https://www.fluentd.org) and [Fluent Bit](https://fluentbit.io) can work as Aggregators or Forwarders, they both can complement each other or use them as standalone solutions.
33-
19+
The following table describes a comparison of different areas of the projects:
20+
21+
| | Fluentd | Fluent Bit |
22+
| ------------ | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
23+
| Scope | Containers / Servers | Embedded Linux / Containers / Servers |
24+
| Language | C & Ruby | C |
25+
| Memory | > 60MB | \~1MB |
26+
| Performance | Medium Performance | High Performance |
27+
| Dependencies | Built as a Ruby Gem, it requires a certain number of gems. | Zero dependencies, unless some special plugin requires them. |
28+
| Plugins | More than 1000 external plugins are available | More than 100 built-in plugins are available |
29+
| License | [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) | [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) |
30+
31+
Both [Fluentd](https://www.fluentd.org) and [Fluent Bit](https://fluentbit.io) can work as Aggregators or Forwarders, they both can complement each other or use them as standalone solutions.\
32+
\
33+
In the recent years, Cloud Providers switched from Fluentd to Fluent Bit for performance and compatibility reasons. Fluent Bit is now considered the **next generation** solution.

0 commit comments

Comments
 (0)