Excited to see the first official release of the Apache Iceberg Go library! Thanks everyone for contributing! And thanks Matt & Fokko for working on the release.
Cheers, Kevin Liu On Mon, Nov 18, 2024 at 11:10 AM Matt Topol <zotthewiz...@gmail.com> wrote: > Hi everyone, > > I'm pleased to announce the release of Apache Iceberg Go v0.1.0! > > Apache Iceberg is an open table format for huge analytic datasets, Iceberg > delivers high query performance for tables with tens of petabytes of data, > along with atomic commits, concurrent writes, and SQL-compatible table > evolution. > > This Go release can be installed via `go get > github.com/apache/iceberg@v0.1.0` > <http://github.com/apache/iceberg@v0.1.0> and the documentation can be > found at https://pkg.go.dev/github.com/apache/iceberg-go@v0.1.0 > > Thanks to everyone for contributing!! > > --Matt >