mirror of https://github.com/apache/druid.git
8924d285dc
* small fixes * run jest -u * add trim * add to groupby * save * add functionality to column tree menu * remove history dialog * rename file * fixes * add new values to time-menu * add query dialog * add more functions to collumn-tree menu * add menu functions * remove test * update tests, fix extra 0s, clear in between time filters * fixes * add deffered * save * add alias's * change menu style * fix substring * small fixes * add auto run to run button * move divider to a reasonable position * fix auto expland * run jest -u * fix auto run * prevent aggregate cooumn changes * fix group by bug * add quertAst to state * ui fixes * prevent filter on non existant ast * add auto run to shows * use handle run * handle * * add alias and tslint fix |
||
---|---|---|
.. | ||
assets | ||
lib | ||
old-console | ||
script | ||
src | ||
.gitignore | ||
.stylelintrc.json | ||
README.md | ||
babel.config.js | ||
console-config.js | ||
console.html | ||
favicon.png | ||
package-lock.json | ||
package.json | ||
pom.xml | ||
sasslint.json | ||
tsconfig.json | ||
tslint.json | ||
unified-console.html | ||
webpack.config.js |
README.md
Apache Druid web console
This is the unified Druid web console that servers as a data management layer for Druid.
How to watch and run for development
- You need to be withing the
web-console
directory - Install the modules with
npm install
- Run
npm start
will start in development mode and will proxy druid requests tolocalhost:8888
Note: you can provide an environment variable to proxy to a different Druid host like so: druid_host=1.2.3.4:8888 npm start
Description of the directory structure
A lot of the directory structure was created to preserve the existing console structure as much as possible.
As part of this repo:
console.html
- Entry file for the overlord consolelib/
- A place where some overrides to the react-table stylus files live, this is outside of the normal SCSS build system.old-console/
- Files for the overlord consolepublic/
- The compiled destination of the file powering this consoleassets/
- The images (and other assets) used within the consolescript/
- Some helper bash scripts for running this consolesrc/
- This directory (together withlib
) constitutes all the source code for this console
Generated/copied dynamically
index.html
- Entry file for the coordinator consolepages/
- The files for the older coordinator consolecoordinator-console/
- Files for the coordinator console
List of non SQL data reading APIs used
GET /status
GET /druid/indexer/v1/supervisor?full
POST /druid/indexer/v1/worker
GET /druid/indexer/v1/workers
GET /druid/coordinator/v1/loadqueue?simple
GET /druid/coordinator/v1/config
GET /druid/coordinator/v1/metadata/datasources?includeUnused
GET /druid/coordinator/v1/rules
GET /druid/coordinator/v1/config/compaction
GET /druid/coordinator/v1/tiers
Updating the list of license files
From the web-console directory run script/licenses