Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalleyne committed Nov 27, 2024
2 parents c4a7884 + 7354e5f commit 870cbba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
bufarrow
bufarrow 🦬
===================
[![Go Reference](https://pkg.go.dev/badge/github.com/loicalleyne/bufarrow.svg)](https://pkg.go.dev/github.com/loicalleyne/bufarrow)

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 buffarow is easy. First, use `go get` to install the latest version
Using bufarrow is easy. First, use `go get` to install the latest version
of the library.

```sh
Expand All @@ -28,4 +32,4 @@ Feedback and PRs welcome.

## License

Bodkin is released under the Apache 2.0 license. See [LICENCE.txt](LICENCE.txt)
Bufarrow is released under the Apache 2.0 license. See [LICENCE.txt](LICENCE.txt)

0 comments on commit 870cbba

Please sign in to comment.