vogievetsky opened a new pull request #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923 This PR implements the https://github.com/apache/incubator-druid/issues/6832 proposal.  From a technical point of view this creates a single unified console that leverages system tables via SQL. This console queries both the overlord and the coordinator meaning that is has to run on a node that can route requests to both. In this PR it is expected to run on the router node (part 1) of the proposal. In part (2) this console will also be placed on the coordinator. This console utilises TypeScript and React and is built in such a way as to be maximally simple and maintainable by non web developers while still being slick and powerful. In an effort to consolidate this PR also pulls into itself the legacy consoles. Their functionality is still fully available for anyone to use.  There is also a handy tab for running SQL (and native) queries without using curl: 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
