Skip to content

Instantly share code, notes, and snippets.

@flolas
Created March 30, 2017 16:41
Show Gist options
  • Save flolas/9fde20a83f3a389f3a8eaa12460309b1 to your computer and use it in GitHub Desktop.
Save flolas/9fde20a83f3a389f3a8eaa12460309b1 to your computer and use it in GitHub Desktop.
EventStreaming
{
context : {
session : <int>,
id: <int>
},
timestamp: <timestamp(6)>,
event: <str>,
subevent: <str>,
fields: [
{
key: <str>,
value: <value>
}
]
status : <boolean>
error : <str>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment