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.
   
   
![image](https://user-images.githubusercontent.com/177816/51812296-bd087480-2265-11e9-992c-2b96acdf3291.png)
   
   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.
   
   
![image](https://user-images.githubusercontent.com/177816/51812414-40c26100-2266-11e9-804a-c33dcacafb51.png)
   
   There is also a handy tab for running SQL (and native) queries without using 
curl:
   
   
![image](https://user-images.githubusercontent.com/177816/51812480-8aab4700-2266-11e9-8edd-0538543904ad.png)
   
   
   

----------------------------------------------------------------
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]

Reply via email to