This message was deleted.
# general
s
This message was deleted.
d
Just use your favorite http client library. All you have to do is send this payload
{"query": "..."}
r
is there a wrapper that can do the parsing for the result and/or query ?
g
not that i'm aware of for native queries. for SQL you could always use JDBC: https://druid.apache.org/docs/latest/querying/sql-jdbc.html
r
Thanks guys. I was successfully managed to work with Scruid scala lib for Druid.
g
neat, didn't know about that!