a simle web query ui for druid.
we use it to test the data ingested by Druid. and it works well.
now it support three query types :
the UI looks like this :
we don't use the Coordinator Node
to get the MetaData of your datasource. so before you can your query works ,you must fill your broker info .
this's a grails project, it use h2
database. you can use the following command to generate the war
file.
cd druidme
grails prod war
then you can run the generated target/ROOT.war
by tomcat or jetty .
we also provide a war file at dropbox ,so you can just download it without compile.
thanks for the Sql4D project. we use it to generate druid's query api of json format.