-
Notifications
You must be signed in to change notification settings - Fork 14
AVRO Schema Generator
jagadeesh-huliyar edited this page Mar 16, 2015
·
2 revisions
AVRO Schema Generator generates the AVRO schema from the data source. It currently supports MySql as source. It is extensible and other implementations for other source data sources can be easily added.
It connects to database and gets the metadata from MySql using Metadata tables. A mapping config has been added that maps MySql type to corresponding AVRO type. It generates schema as per mapping and meta data pulled out from MySql.
- Following interaction implementations are supported
- Automated
- Interactive CLI based.
- CLI Based on input params.