Now that we have core functionality implemented for flf to parquet and are looking at supporting other sources and targets, we need to define the traits of e.g. Builder, Converter Writer, Slicer, Schema etc.
What needs to be done?:
Builder trait needs to be defined.
Converter trait needs to be defined.
evolution-parser module needs rewrite to support parsing and trimming data other than flf.
Schema trait needs to be defined.
Slicer trait needs to be defined.
- add
Csv target to the evolution-targets module.
- Go over the
Writer trait and verify that its definition makes sense.
Now that we have core functionality implemented for flf to parquet and are looking at supporting other sources and targets, we need to define the traits of e.g.
Builder,ConverterWriter,Slicer,Schemaetc.What needs to be done?:
Buildertrait needs to be defined.Convertertrait needs to be defined.evolution-parsermodule needs rewrite to support parsing and trimming data other than flf.Schematrait needs to be defined.Slicertrait needs to be defined.Csvtarget to theevolution-targetsmodule.Writertrait and verify that its definition makes sense.