cddr / integrity

tools for operating on schemas
https://github.com/cddr/integrity
Eclipse Public License 1.0
68 stars 8 forks source link

Convert avro schemas to prismatic style schemas #13

Closed cddr closed 9 years ago

cddr commented 9 years ago

Bring prismatic version up-to-date and add generator for avro schemas.

With this change, you can now get better error feedback on avro messages by converting the avro schema to a prismatic schema using the integrity.avro/->map function. The resulting map can be used anywhere a prismatic schema could be.

Resolves #12