Skip to content

Support append mode for write in fs service #1508

Answered by Xuanwo
PragmaTwice asked this question in Q&A
Discussion options

You must be logged in to vote

Appending data to local file systems and cloud storage works differently. Therefore, OpenDAL provides a Writer abstraction to handle both scenarios. You can find more details about it at https://opendal.databend.rs/opendal/struct.Writer.html

For more detials of fs's implementation, please take a look at: https://github.com/datafuselabs/opendal/blob/main/src/services/fs/writer.rs

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@PragmaTwice
Comment options

Answer selected by Xuanwo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1507 on March 08, 2023 10:27.