Skip to content

Instantly share code, notes, and snippets.

@mgdaily
Last active August 27, 2018 20:00
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 mgdaily/f5dfb4047aaeb393bf1996f0823e1064 to your computer and use it in GitHub Desktop.
Save mgdaily/f5dfb4047aaeb393bf1996f0823e1064 to your computer and use it in GitHub Desktop.
Example broker data for the TOM Toolkit's 'Creating an Alert Broker with the TOM Toolkit' Tutorial
[
{
"mag":8,
"dec":-20,
"id":1,
"ra":32,
"name":"Tatooine",
"timestamp":"08/27/18 15:43:47",
"score":20
},
{
"mag":3,
"dec":50,
"id":2,
"ra":66,
"name":"Hoth",
"timestamp":"08/27/18 15:43:47",
"score":66
},
{
"mag":5,
"dec":23,
"id":3,
"ra":44,
"name":"Yavin IV",
"timestamp":"08/27/18 15:43:47",
"score":44
},
{
"mag":7,
"dec":-10,
"id":4,
"ra":74,
"name":"Endor",
"timestamp":"08/27/18 15:43:47",
"score":74
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment