I've updated the Avro starter kit now that 1.3.0 is released:
http://bit.ly/32T6Mk
For those not familiar, this is a starter kit, a project template if you
will, intended to bootstrap your Avro based project. You’ll learn how to
declare a protocol, generate and compile your code, and run a working
“Hello World” type example. This project supports Java with either Maven
or Ant/Ivy, as well as running with Python or Ruby.
Patrick
ps. the avro maven plugin is available as a separate project here:
http://bit.ly/44v2KT
- Avro Quickstart updated for 1.3.0 - now with Ruby goodness. Patrick Hunt
-