druid/examples/quickstart/tutorial/wikipedia-top-pages.json

15 lines
275 B
JSON
Raw Normal View History

2016-01-06 00:27:52 -05:00
{
"queryType" : "topN",
"dataSource" : "wikipedia",
2016-01-06 00:27:52 -05:00
"intervals" : ["2015-09-12/2015-09-13"],
"granularity" : "all",
"dimension" : "page",
"metric" : "count",
"threshold" : 10,
2016-01-06 00:27:52 -05:00
"aggregations" : [
{
"type" : "count",
"name" : "count"
2016-01-06 00:27:52 -05:00
}
]
}