Avro components
tAvroInput | Extracts records from any given Avro format files for other components to process the records. |
tAvroOutput | Receives data flows from the processing component placed ahead of it and writes the data into Avro format files in a given distributed file system. |
tAvroStreamInput | Listens on a given directory, reads data from Avro files once they are created and sends this data to the component that follows. |