Whoa, nice! This looks awesome. I recently wrote a blog post <https://blog.wikimedia.org/2017/01/13/json-hadoop-kafka/> about how Wikimedia imports JSON and HDFS, and why we don’t use Avro there. This might make it easier to do so. I wonder if it would make JSON Kafka Connect integration easier.
On Tue, Jan 24, 2017 at 9:11 AM, Elliot West <[email protected]> wrote: > Hello, > > Today we (Hotels.com) open sourced a library for performing strong, schema > based conversions between arbitrarily structured 'natural' JSON documents > and Avro. 'Jasvorno' allows the conversion from any JSON document to Avro > and back, while ensuring conformity to a user defined schema. It removes > the requirement that documents adhere to Avro's specific JSON structure > (containing union index hints). > > More information on the project can be found here: > > https://github.com/HotelsDotCom/jasvorno > > > Thanks, Elliot. > > Senior Developer > Big Data Platform team > Hotels.com > > >
