Registry / serialization / fraugster-parquet-go

fraugster-parquet-go

JSON →
library0.12.0gogounverified

Parquet-Go is an implementation of the Apache Parquet file format in Go.

go get github.com/fraugster/parquet-go
INSTALL
IMPORT
SIG · FRAUGSTER-PARQUET-
F
fraugster-parquet-go
serializationgov0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parquet
github.com/fraugster/parquet-go

Create a Parquet file writer.

package main import ( "os" "github.com/fraugster/parquet-go" ) func main() { fw, _ := parquet.NewFileWriter(os.Stdout, parquet.WithSchema(...)) defer fw.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fraugster-parquet-go — go get fraugster-parquet-go · libregistry