The Presto Console is a built-in dashboard for monitoring cluster information, running SQL queries, query details, and resource groups. It consists of HTML pages and JavaScript files that interact with Presto APIs via the coordinator.
The source code is located in the presto-ui/src directory (referred to as the Presto Console root).
Directory Layout:
Presto Console root: Contains static HTML pages.src/static: Static assets (favicon, logo, Presto CSS).src/static/dev: Contains the Query Viewer page and its JS file.src/static/vendor: Third-party JS/CSS libraries.src/: UI components and the webpack.config.js file.