Skip to content

zhenchuan/druidme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

druidme

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 :

  1. TopN
  2. GroupBy
  3. Timeseries

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.

About

a simle web query ui for druid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published