Presto Queries

Getting Started With Presto Using Our Presto Download & Tutorial

We’ve curated resources across the community to help you get started with Presto, including Presto tutorials, Presto download, and Deploying Presto.

We hope you find them helpful!

Want help getting started?


Different Ways to Get Started

Run the commands below to install the official tarballs for presto-server and presto-cli from prestodb.io

curl -O https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.235.1/presto-server-0.235.1.tar.gz

curl -O https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.235.1/presto-cli-0.235.1-executable.jar

*Note: If you want to download an older version of the presto-cli, you can download it from the following Maven repository and access any version of Presto or the Presto Cli executable: https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/

Run the commands below to pull the Presto-server and Presto CLI Docker images

docker pull ahanaio/prestodb

docker pull ahanaio/prestodb-cli

Run the command below to install Presto with Homebrew. This pulls the Presto CLI as well.

brew install presto

Install manually

Official binary from Prestodb.io

Visit Deploying Presto for configuration docs

Docker

The Sandbox Container for Presto by Ahana™ on DockerHub includes the Presto-cli, JMX, memory, TPC-DS, and TPC-H.

Video demo >

Homebrew

Install Presto on Mac in this step by step tutorial that takes <5 min.

Get Started with Presto on the cloud

AWS

AWS AMI for Presto
by Ahana

AWS AMI for Presto by Ahana on AWS Marketplace >

The AWS AMI for Presto by Ahana is 100% open source and available for use in production immediately.

Learn more about how Ahana can support you >

AWS

AWS Sandbox AMI for Presto by Ahana

AWS Sandbox AMI for Presto by Ahana on AWS Marketplace >

The AWS Sandbox AMI for Presto by Ahana is 100% open source and comes bundled with Hive Metastore and catalogs to try out with Presto.

Video demo >

Google

Presto on Google Cloud

You can run Presto on GCP by running the DockerHub image on virtual machines (VMs)

See the documentation >


Demo Videos

AWS Sandbox AMI for Presto
15 min

Sandbox Container for Presto on Docker
8 min


Community Tutorials

Facebook F8 2019 Classroom Demo: Getting Started with Presto

Setup a Presto cluster with MySQL and MongoDB instances that you can query from Presto.