Presto Tools
Several tools and libraries are available, some are bundled with core Presto and others are downloadable extras. See the documentation Resources page at https://prestodb.io/resources.html for details.
Core Presto Tools:
- Presto Console – Included with Presto, this browser-based UI allows administrators to monitor many aspects of their Presto deployment in real time, such as query workload, memory usage, execution plans etc.
Community Contributed Tools
Several community tools are listed at https://prestodb.io/resources.html including:
- Presto-Admin – CLI tool for installing and managing the Presto query engine. It provides easy-to-use commands. This is an additional download from https://github.com/prestodb/presto-admin
- Airpal – A web-based query execution tool: https://airbnb.io/airpal/
- Apache Superset – Data exploration and visualization tool: https://superset.apache.org/
Other tools & Libraries
- The PrestoDB Sandbox AMI and tutorial for easy deployment on AWS: https://ahana.io/tutorials/aws-sandbox/ (contributed by Ahana)
- Presto libraries for C, Go, Java, node.js, PHP, Python, R, Ruby are available at https://prestodb.io/resources.html#libraries