-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_s3: add documentation for Apache Arrow support
This is a new feature of upcoming Fluent Bit v1.8 release. * The Amazon S3 plugin now can store incoming data in Apache Arrow format. * This support is very convenient for data analysis and manipulation. e.g. Use Fluent Bit to send real-time system statistics to S3 and do time-series analysis using pandas. * For now, it needs a feature flag being turned on at compile time. Not enabled on a default build. Add documentation about the support, and explain how to make use of the feature. Signed-off-by: Fujimoto Seiji <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters