Skip to content

Instantly share code, notes, and snippets.

@apremalal
Created May 3, 2015 18:09
Show Gist options
  • Save apremalal/a96d1b92ae04df0a510c to your computer and use it in GitHub Desktop.
Save apremalal/a96d1b92ae04df0a510c to your computer and use it in GitHub Desktop.
<streamDefinitions>
<streamDefinition>
{
"name": "locationDataInputStream",
"version": "1.0.0",
"nickName": "",
"description": "",
"correlationData": [
{
"name": "timeStamp",
"type": "STRING"
}
],
"payloadData": [
{
"name": "deviceId",
"type": "STRING"
},
{
"name": "lattitude",
"type": "DOUBLE"
},
{
"name": "longitude",
"type": "DOUBLE"
}
]
}
<streamDefinition/>
<streamDefinition>
{
"name": "isWithinOutputStream",
"version": "1.0.0",
"nickName": "",
"description": "",
"correlationData": [
{
"name": "timeStamp",
"type": "STRING"
}
],
"payloadData": [
{
"name": "deviceId",
"type": "STRING"
},
{
"name": "lattitude",
"type": "DOUBLE"
},
{
"name": "longitude",
"type": "DOUBLE"
},
{
"name": "iswithin",
"type": "BOOL"
}
]
}
</streamDefinition>
</streamDefinitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment