/avro2java

[WIP] Web app for compiling Avro schemas into Java classes

Primary LanguageScalaApache License 2.0Apache-2.0

avro2java

[WIP] Web app for compiling Avro schemas into Java

In order to run this locally

sbt
project backend
~reStart

then visit http://localhost:8080/.

Adapted from Chris Davenport's Http4s ScalaJS Example