Skip to content

Build apache arrow records from protocol buffers

License

Notifications You must be signed in to change notification settings

loicalleyne/bufarrow

 
 

Repository files navigation

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

About

Build apache arrow records from protocol buffers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%