Skip to content
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

out_s3: add documentation for Apache Arrow support #523

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

fujimotos
Copy link
Member

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]

@fujimotos
Copy link
Member Author

The corresponding PR is fluent/fluent-bit/pull/3184

@edsiper
Copy link
Member

edsiper commented Dec 12, 2021

@fujimotos sorry for the delay, can you pls fix the latest conflict ?

@edsiper edsiper added the waiting-for-user Waiting for user/contributors feedback or requested changes label Dec 12, 2021
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]>
@fujimotos
Copy link
Member Author

@fujimotos sorry for the delay, can you pls fix the latest conflict ?

@edsiper Done.

@lecaros lecaros added 1.9 and removed waiting-for-user Waiting for user/contributors feedback or requested changes labels Dec 16, 2021
@lecaros lecaros merged commit 6303b87 into fluent:master Jan 12, 2022
@lecaros
Copy link
Contributor

lecaros commented Jan 12, 2022

Docs merged. Thanks, @fujimotos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants