zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 86 forks source link

Construct druidry query from json #162

Open chrisociepa opened 3 years ago

chrisociepa commented 3 years ago

I would like to construct druidry query from provided json, manipulate the query and then send it into Druid.

Is there any easy way to achieve this?