- Edit/Update schema located in src/main/avro/insight.avsc
- on the command line run
sbt avro:generate
- Edit the "AvroGenerator" class to output the avro you'd like
- on the command line run
sbt run
to run the program and output avro into the root project directory.