Skip to main content
Version: 1.0

Apache Avro

  • Row based
  • Schema-based serialization library
  • Uses JSON to specify data format
  • Keeps data along with a schema in its metadata section
  • Supports two type of serialization
    • JSON format
    • Binary format