sc-aniagr opened a new issue, #13818:
URL: https://github.com/apache/druid/issues/13818

   I want to make native timeseries query (Json format) example : 
   
   {
      "queryType":"timeseries",
      "dataSource":"xyz",
      "intervals":[
         "2022-12-18T00:00:00.000/2022-12-19T23:59:59.000"
      ],
      "granularity":"day",
      "aggregations":[
         {
            "type":"doubleSum",
            "name":"count",
            "fieldName":"pqr"
         }
      ],
      "context":{
         "skipEmptyBuckets":"false"
      }
   }
   
   I want to put this type of query to druid through java springboot 
application. Can someone suggestions how can this be achieved? i tried through 
feign client SQL broker but that did not help. Suggestion would be appreciated. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to