pennsignals / aptos

:sunny: A tool for validating data using JSON Schema and converting JSON Schema documents into different data-interchange formats
Apache License 2.0
150 stars 22 forks source link

Add support for Apache Parquet #2

Open jasonwalsh opened 7 years ago

jasonwalsh commented 7 years ago

Currently, aptos supports converting JSON Schema documents into the Apache Avro data-interchange format.

A proposed class in the visitor module (e.g ParquetSchemaVisitor) should yield the converted Parquet document.

lvde21 commented 3 years ago

Hello. I am looking for guidance on the approach and implementation of this issue. I have submitted a draft PR. This will be my first contribution. Thank you.