Data Contract
Last updated
Was this helpful?
Last updated
Was this helpful?
A data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged. That is, to communicate, the client and the service do not have to share the same types, only the same data contracts. -
The following is a set of articles around the topics of data product / contract etc. however the focus is about data contracts and expectations IMO, therefore I place it here. - by Chad sanderson
the rise of
(finally!)
(good) c, also has about data-sharing agreements.
(good)
- swirlai
is a vocabulary that allows you to annotate and validate JSON documents, .
protobuf & gRPC
,
gRPC -
Protobuf -
(good) Intro to gRPC & Protobuf by
(good) What are Protocol Buffers and why they are widely used? by
by "Protocol Buffers (protobuf) is a method of serializing structured data which is particulary useful to communication between services or storing data. It was designed by Google early 2001 (but only publicly released in 2008) to be smaller and faster than XML. Protobuf messages are serialized into a format which is very compact and boosts performance."
protobuf what and why? by
off topic -
managing proto files and other schema types such as avro or json schema, can be done in .