laskoviymishka commented on issue #469:
URL: https://github.com/apache/iceberg-go/issues/469#issuecomment-3020329541

   To see how to integrate with this library take a look 
[here](https://github.com/transferia/iceberg)
   
   1. [Reader](https://github.com/transferia/iceberg/blob/main/storage.go#L49) 
- connects to catalog, and fetch table as arrow-stream
   2. 
[Writer](https://github.com/transferia/iceberg/blob/main/s3_writer.go#L31) - 
convert in-memory structure to arrow-stream and save it in io.FS
   
   In general this library built on top of 
[blob](https://gocloud.dev/howto/blob/), so you can pass configuration 
programatically like 
[here](https://github.com/transferia/iceberg/blob/main/recipe.go#L40) in tests.
   Also you can pass it as variable, like stated 
[here](https://gocloud.dev/howto/blob/)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to