flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
59 stars 22 forks source link

#6: Generate migrations and models based on Avro schemas. #80

Closed dorner closed 3 years ago

dorner commented 3 years ago

Pull Request Template

Description

This feature allows a user to create a migration and model file based on a schema. This is the initial pass for this; we can improve it later on (e.g. by creating separate tables for nested records), although that would require some changes on the schema backend side.

Fixes #6.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

dorner commented 3 years ago

@colinmroberts made fixes!