Apache Avro Flashcards

1
Q

What is Apache Avro?

A

Apache Avro is a language-neutral data serialization system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Avro Scheme?

A

Structure of the payload. Avro schemas are defined with JSON.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Serialization?

A

Serialization is the process of translating data structures or objects state into binary or textual form to transport the data over network or to store on some persisten storage. Once the data is transported over network or retrieved from the persistent storage, it needs to be deserialized again. Serialization is termed as marshalling and deserialization is termed as unmarshalling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly