In My Tech Talk session, I present about binary-based data serialization(process converting structures or object state into a binary format that can be stored or transmitted and reconstructed later) using apache Avro. It is focusing on why we must use data serialization using binary-based compared to simple json format, what is the main benefits, etc. it also explained about avro schema definition in details and how to use it.