Skip to content

Instantly share code, notes, and snippets.

@l15k4
Created February 8, 2016 16:27
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 l15k4/65b31b8bf1149be7290e to your computer and use it in GitHub Desktop.
Save l15k4/65b31b8bf1149be7290e to your computer and use it in GitHub Desktop.
{
"type" : "index",
"spec" : {
"dataSchema" : {
"dataSource" : "gwiq",
"parser" : {
"type" : "string",
"parseSpec" : {
"format" : "json",
"timestampSpec" : {
"column" : "time",
"format" : "auto"
},
"dimensionsSpec" : {
"dimensions": [],
"dimensionExclusions" : ["time", "gwid", "price"],
"spatialDimensions" : []
}
}
},
"metricsSpec" : [
{
"type" : "count",
"name" : "count"
},
{
"type": "hyperUnique",
"fieldName": "gwid",
"name": "gwidHll"
},
{
"type" : "doubleSum",
"name" : "priceSum",
"fieldName" : "price"
}
],
"granularitySpec" : {
"type" : "uniform",
"segmentGranularity" : "HOUR",
"queryGranularity" : "all",
"intervals" : [ "2015-01-01/2015-01-02" ]
}
},
"ioConfig" : {
"type" : "index",
"firehose" : {
"type" : "local",
"baseDir" : "/var/data/druid/events",
"filter" : "*.json"
}
},
"tuningConfig" : {
"type" : "index",
"targetPartitionSize" : 5000000,
"rowFlushBoundary" : 500000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment