You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "sc-aniagr (via GitHub)" <gi...@apache.org> on 2023/02/17 08:25:04 UTC

[GitHub] [druid] sc-aniagr opened a new issue, #13818: Native Query for Druid Through Java

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: commits-unsubscribe@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] anshu-makkar commented on issue #13818: Native Query for Druid Through Java

Posted by "anshu-makkar (via GitHub)" <gi...@apache.org>.
anshu-makkar commented on issue #13818:
URL: https://github.com/apache/druid/issues/13818#issuecomment-1435067836

   You can use and extend druidry 


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Native Query for Druid Through Java (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13818:
URL: https://github.com/apache/druid/issues/13818#issuecomment-1979852036

   This issue has been closed due to lack of activity. If you think that
   is incorrect, or the issue requires additional review, you can revive the issue at
   any time.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Native Query for Druid Through Java (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #13818: Native Query for Druid Through Java
URL: https://github.com/apache/druid/issues/13818


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] Hikamare commented on issue #13818: Native Query for Druid Through Java

Posted by "Hikamare (via GitHub)" <gi...@apache.org>.
Hikamare commented on issue #13818:
URL: https://github.com/apache/druid/issues/13818#issuecomment-1508331844

   You can just send the query via POST request to `YOUR_DRUID_INSTANCE/druid/v2` with the query itself being a JSON with the request body :) 


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Native Query for Druid Through Java (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13818:
URL: https://github.com/apache/druid/issues/13818#issuecomment-1931002136

   This issue has been marked as stale due to 280 days of inactivity.
   It will be closed in 4 weeks if no further activity occurs. If this issue is still
   relevant, please simply write any comment. Even if closed, you can still revive the
   issue at any time or discuss it on the dev@druid.apache.org list.
   Thank you for your contributions.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org