datanerds-io / avropatch

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Coverage

avropatch

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

Avropatch is a lightweight implementation of a PATCH change set which is serializable by Avro and compatible to the JSON objects defined by RFC 6902. Since it consists of a sequence of operations expressing partial updates to an object it may be used to avoid sending the whole object when only a part of it has changed.

About

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

License:Apache License 2.0


Languages

Language:Java 100.0%