Skip to content

Instantly share code, notes, and snippets.

@ferozed
Created July 5, 2020 05:16
Show Gist options
  • Save ferozed/3c1231df2bb8f1e9f853fb5320571da6 to your computer and use it in GitHub Desktop.
Save ferozed/3c1231df2bb8f1e9f853fb5320571da6 to your computer and use it in GitHub Desktop.
Example Avro schema
{
"type": "record",
"namespace": "com.example",
"name": "FullName",
"fields": [
{ "name": "first", "type": "string" },
{ "name": "last", "type": "string" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment