Open-Sourcing AvroTensorDataset: A Performant TensorFlow Dataset For Processing Avro Data
LinkedIn Engineering
JUNE 15, 2023
However, we found that many of our workloads were bottlenecked by reading multiple terabytes of input data. To remove this bottleneck, we built AvroTensorDataset , a TensorFlow dataset for reading, parsing, and processing Avro data. Avro serializes or deserializes data based on data types provided in the schema.
Let's personalize your content