linkedin/goavro
Goavro is a library that encodes and decodes Avro data. observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 63
- Release rhythm 42
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 135
- age_days: 4209
- days_rel: 224
- days_push: 224
- n_releases_24m: 4
Adoption not part of the score
1071 stars · 232 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Goavro is a Go library that encodes and decodes Apache Avro data in both binary and textual JSON formats. It provides a stateless, goroutine-safe Codec that parses Avro schemas and converts records to and from native Go maps.
Use cases
- encode and decode avro data in go
- read avro binary files from kafka
- convert avro json to go structs
- parse avro schemas in a go service
- serialize records to avro binary format
- decode avro messages from a schema registry
When to choose
- you need a mature, spec-compliant Avro library for Go
- you need both binary and JSON Avro encoding
- you want a simple map-based API without code generation
- you're maintaining an existing codebase already using goavro
When to avoid
- you need maximum performance at large scale - prefer hamba/avro
- you're starting a new project, since goavro is in maintenance mode
- you need Avro features not yet supported by the library
- you want generated typed structs rather than native Go maps
Facets
library · maturity maintenance
serialization parser developer-tools big-data go cross-platform avro data-serialization binary-format json-encoding schema-registry data-engineering
4 sources
- readme: https://github.com/linkedin/goavro · fetched 2026-08-28 · 182d92fa38ee
- homepage: https://pkg.go.dev/github.com/linkedin/goavro/v2 · fetched 2026-08-29 · 6f28f3cbc0c1
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| linkedin/goavro | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem