Skip to content

Instantly share code, notes, and snippets.

@jeroenr
Created December 4, 2019 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenr/88b589ff9ef10da1aa2d10b6e8501c55 to your computer and use it in GitHub Desktop.
Save jeroenr/88b589ff9ef10da1aa2d10b6e8501c55 to your computer and use it in GitHub Desktop.
{
"namespace": "com.github.jeroenr.rain.radar",
"type": "record",
"name": "Clutter",
"fields":[
{
"name": "timestamp",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
},
{
"name": "value", "type": "double"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment