Simple Rest Application to serve as a central registry for Avro Schemas. Uses a RDBMS for storing schemas and version numbers, includes built in full avro validation
You will need [Leiningen][] 2.0.0 or above installed. [leiningen]: https://github.com/technomancy/leiningen
To start a web server for the application, run:
lein ring server
check sample file (needs restclient.el)
##Deploy as War execute
lein ring uberwar
and deploy the resulting war file
- proper content types
- tests
Copyright © 2015 FIXME