]
Steven Hawkins updated TEIID-5902:
----------------------------------
Fix Version/s: 15.0
Support reading from AVRO, Paraquet file formats
------------------------------------------------
Key: TEIID-5902
URL:
https://issues.redhat.com/browse/TEIID-5902
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Ramesh Reddy
Priority: Major
Fix For: 15.0
The idea of this issue is to extend the support for Apache AVRO, Apache Parquet files on
HDFS or in any other store.
The Serializers and deserializers for these are already defined
https://docs.aws.amazon.com/athena/latest/ug/avro.html and
https://docs.aws.amazon.com/athena/latest/ug/parquet.html
Teiid has a concept called a Translator, one needs to write a new translator(s) for above
where they need to use these SerDes from these links and convert the data.
Knowledge prerequisite: Java, Spring Boot
Github repo:
https://github.com/teiid
Skill level: Intermediate