Skip to content

Instantly share code, notes, and snippets.

@dunithd
Created July 31, 2021 18:49
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 dunithd/e66a753abb6809648a29eaf6d4f71cfd to your computer and use it in GitHub Desktop.
Save dunithd/e66a753abb6809648a29eaf6d4f71cfd to your computer and use it in GitHub Desktop.
{
"schemaName": "steps",
"dimensionFieldSpecs": [
{
"name": "userId",
"dataType": "INT"
},
{
"name": "userName",
"dataType": "STRING"
},
{
"name": "country",
"dataType": "STRING"
},
{
"name": "gender",
"dataType": "STRING"
}
],
"metricFieldSpecs": [
{
"name": "steps",
"dataType": "INT"
}
],
"dateTimeFieldSpecs": [{
"name": "loggedAt",
"dataType": "LONG",
"format" : "1:MILLISECONDS:EPOCH",
"granularity": "1:MILLISECONDS"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment