loicalleyne commented on issue #269:
URL: https://github.com/apache/arrow-go/issues/269#issuecomment-2692957178

   @maxpoletaev
   
   I also ran into this difficulty, I've found it difficult to find working 
examples of some corners of the API (especially some like `compute`). 
   
   I've started making helper libraries that both solve the problem at hand I'm 
trying to solve and that can also be useful as a reference. Perhaps these might 
be helpful to you.
   
   **Getting generic data into Arrow format/generating Arrow schema from data:**
   [bodkin](https://github.com/loicalleyne/bodkin) convert data to Arrow 
(includes json2parquet utility that does uses both Arrow and Parquet)
   
   **Convert Protobuf messages to Arrow:**
   [bufarrow](https://github.com/loicalleyne/bufarrow) 
   
   **Database interactions with Arrow:**
   [couac](https://github.com/loicalleyne/couac) ADBC to DuckDB
   
   Maybe we need someone to start an _awesome arrow-go_ or an _arrow-go 
snippets_ repo to collect usage samples from the community? 🙂
   


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to