vogievetsky opened a new pull request, #14602: URL: https://github.com/apache/druid/pull/14602
This PR adds a simple, stateless, SQL backed, data exploration view to the web console. The idea is to let users explore data in Druid with point-and-click interaction and visualizations (instead of writing SQL and looking at a table). This can provide faster time-to-value for a user new to Druid and can allow a Druid veteran to quickly chart some data that they care about. <img width="1791" alt="image" src="https://github.com/apache/druid/assets/177816/e30e2404-864a-4b5c-a5a3-d0bd09814f43"> The view is self contained. There are only a handful of lines of code outside the `/explore-view/` path, and only to hook the view into the router and header. The view is accessible via the header bar here: <img width="1124" alt="image" src="https://github.com/apache/druid/assets/177816/f5d6767f-0bbc-498a-9895-112b3529be9f"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
