Code - Serialization

Card Puncher Data Processing

About

Serialization is the process of converting a variable (object,…) state into a format that can be stored:

  • Xml
  • Text
  • Avro
  • Flatbuffers Schema

See Data persistence





Discover More
Data System Architecture
Data Serialization - AVRO

Avro is a data serialization system. Avro provides: Rich data structures Schema stored in the file A compact, fast, binary data format (compressible file formats) A container file, to store...
Kafka Commit Log Messaging Process
Kafka - Schema

You can use an schema, for example, to: serialize an object (POJO) and deserialize it back into an object. An Avro schema defines the data structure in a JSON format. where: Schema management...
Converter Basics
Kafka Connect - Converter (Read/Write - I/O)

A converter is a connect concept. It's the code used to persist data from a Connector. Converters are decoupled from connectors themselves to allow for reuse. For example, using the same Avro...



Share this page:
Follow us:
Task Runner