Ross ROSS = Recommend OSS · open-source software intelligence for agents

linkedin/goavro

Goavro is a library that encodes and decodes Avro data. observed · 2026-08-28

github.com/linkedin/goavro · homepage · Go · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
linkedin/goavromain63

For agents

markdown · JSON · MCP: product_card(name="linkedin/goavro")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem