Skip to content

Instantly share code, notes, and snippets.

@debradley
debradley / overview.md
Last active April 20, 2020 20:24
Avro

Schema

Avro schemas are defined using JSON and built from primitive types and complex types.

A schema definition may contain many records

A record definition must, at minimum, have type, name, and fields. The full name of a schema is composed of its optional namespace and name. For example, example.avro.User:

{
@debradley
debradley / 0_reuse_code.js
Created March 17, 2017 12:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console