Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 799 Bytes

bufarrow 🦬

Go Reference

Go library to build Apache Arrow records from Protocol Buffers

Features

  • generate Arrow and Parquet schemas from Protobuf structs
  • build Arrow records from Protobuf

🚀 Install

Using bufarrow is easy. First, use go get to install the latest version of the library.

go get -u github.com/loicalleyne/bufarrow@latest

💡 Usage

You can import bufarrow using:

import "github.com/loicalleyne/bufarrow"

💫 Show your support

Give a ⭐️ if this project helped you! Feedback and PRs welcome.

License

Bufarrow is released under the Apache 2.0 license. See LICENCE.txt